sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

support for exploded jarfiles #16

Closed tpolecat closed 9 years ago

tpolecat commented 10 years ago

Bnd allows you to specify an included resource as @path/to/my.jar which simply explodes the jarfile into the bundle. This patch adds an explodedJars key that does this.

reggert commented 10 years ago

Looks good, but conflicts with the pull request I just merged, so I can't auto-merge it. This will have to wait until I can get around to manually merging it (which I might get to this weekend), unless you want to rebase it.

tpolecat commented 10 years ago

Hi @reggert, sorry for the delay in responding. I'll rebase and straighten this out.

tpolecat commented 9 years ago

After many months I remembered to rebase this. So here you go.