ZRTP4J is now a bundle and thus must be loaded as startup

cusax-fix
Romain Kuntz 17 years ago
parent 5e3ce7bb17
commit bb8da5ef97

@ -1846,7 +1846,7 @@ javax.swing.event, javax.swing.border"/>
<zipfileset src="${lib.noinst}/zrtp4j-0.9.0.jar" prefix=""/>
<manifest>
<attribute name="Export-Package" value="gnu.java.zrtp"/>
<attribute name="Export-Package" value="gnu.java.zrtp,gnu.java.zrtp.packets,gnu.java.zrtp.utils,gnu.java.zrtp.zidfile"/>
<attribute name="Bundle-Name" value="ZRTP4J"/>
<attribute name="Bundle-Description" value="ZRTP for Java library."/>
</manifest>

@ -47,11 +47,7 @@ org.osgi.framework.system.packages= org.osgi.framework; ; version=1.3.0, \
org.bouncycastle.crypto.digests; \
org.bouncycastle.crypto.macs; \
org.bouncycastle.crypto.params; \
org.bouncycastle.crypto.engines; \
gnu.java.zrtp; \
gnu.java.zrtp.packets; \
gnu.java.zrtp.utils; \
gnu.java.zrtp.zidfile
org.bouncycastle.crypto.engines;
felix.auto.start.10= reference:file:lib/bundle/org.apache.felix.bundlerepository-1.0.0.jar \
reference:file:lib/bundle/org.apache.felix.servicebinder-0.9.0-SNAPSHOT.jar
@ -85,6 +81,7 @@ felix.auto.start.45= \
reference:file:sc-bundles/branding.jar
felix.auto.start.49= \
reference:file:lib/bundle/zrtp4j.jar \
reference:file:sc-bundles/protocol.jar
felix.auto.start.50= \

Loading…
Cancel
Save