ops4j / org.ops4j.pax.swissbox

Other
10 stars 12 forks source link

Provide an additional self contained big bundle for using tinybundles [PAXSB-31] #44

Closed ops4j-issues closed 13 years ago

ops4j-issues commented 14 years ago

Toni Menzel created PAXSB-31


Votes: 0, Watches: 0

ops4j-issues commented 14 years ago

Toni Menzel commented

Suggested from Clement
Option[] bundles = options(
provision(
mavenBundle("org.ops4j.pax.swissbox", "pax-swissbox-tinybundles"),
wrappedBundle(mavenBundle("org.ops4j.pax.swissbox", "pax-swissbox-bnd").getURL()),
mavenBundle("org.ops4j.pax.logging", "pax-logging-api"),
mavenBundle("org.ops4j.base", "ops4j-base")
));

ops4j-issues commented 13 years ago

Toni Menzel commented

PAXTB-2