Make sure we keep the resource files embedded in the bundle.

This commit is contained in:
Hiram Chirino 2013-10-08 13:07:07 -04:00
parent d94c7da16b
commit 10391092a3
1 changed files with 5 additions and 2 deletions

View File

@ -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,