Updated Branches: refs/heads/trunk d94c7da16 -> 10391092a
Make sure we keep the resource files embedded in the bundle. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/10391092 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/10391092 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/10391092 Branch: refs/heads/trunk Commit: 10391092a3fa976cec6e91c7bce1e7efe4818207 Parents: d94c7da Author: Hiram Chirino <[email protected]> Authored: Tue Oct 8 13:07:07 2013 -0400 Committer: Hiram Chirino <[email protected]> Committed: Tue Oct 8 13:07:07 2013 -0400 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/10391092/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 9d4e27a..5f3cfca 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -276,13 +276,16 @@ <configuration> <instructions> <Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator> - <!-- <Embed-Dependency> *; groupId=org.apache.activemq;inline=META-INF/services/*, + <!-- groupId=org.fusesource.leveldbjni;inline=META-INF/native/*, - groupId=org.xerial.snappy;inline=org/xerial/snappy/*</Embed-Dependency> + groupId=org.xerial.snappy;inline=org/xerial/snappy/* + --> + </Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> + <!-- <Bundle-NativeCode> META-INF/native/windows32/leveldbjni.dll;osname=Win32;processor=x86, META-INF/native/windows64/leveldbjni.dll;osname=Win32;processor=x86-64,
