Forgot to import some packages needed by ZRTP4J

cusax-fix
Romain Kuntz 18 years ago
parent 1237e5b0dc
commit 38357671e4

@ -1846,7 +1846,8 @@ 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,gnu.java.zrtp.packets,gnu.java.zrtp.utils,gnu.java.zrtp.zidfile"/>
<attribute name="Export-Package" value="gnu.java.zrtp,gnu.java.zrtp.packets,gnu.java.zrtp.utils,gnu.java.zrtp.zidfile"/>
<attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces"/>
<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

Loading…
Cancel
Save