mirror of https://github.com/apache/activemq.git
Make sure we keep the resource files embedded in the bundle.
This commit is contained in:
parent
d94c7da16b
commit
10391092a3
|
@ -276,13 +276,16 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator>
|
<Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator>
|
||||||
<!--
|
|
||||||
<Embed-Dependency>
|
<Embed-Dependency>
|
||||||
*;
|
*;
|
||||||
groupId=org.apache.activemq;inline=META-INF/services/*,
|
groupId=org.apache.activemq;inline=META-INF/services/*,
|
||||||
|
<!--
|
||||||
groupId=org.fusesource.leveldbjni;inline=META-INF/native/*,
|
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>
|
<Embed-Transitive>true</Embed-Transitive>
|
||||||
|
<!--
|
||||||
<Bundle-NativeCode>
|
<Bundle-NativeCode>
|
||||||
META-INF/native/windows32/leveldbjni.dll;osname=Win32;processor=x86,
|
META-INF/native/windows32/leveldbjni.dll;osname=Win32;processor=x86,
|
||||||
META-INF/native/windows64/leveldbjni.dll;osname=Win32;processor=x86-64,
|
META-INF/native/windows64/leveldbjni.dll;osname=Win32;processor=x86-64,
|
||||||
|
|
Loading…
Reference in New Issue