Modify build and property file to include the new used bouncycastle classes. Need to

cleanup unused classes at a later step.
cusax-fix
Werner Dittmann 17 years ago
parent ded3a87b1f
commit a0610c62af

@ -1919,7 +1919,7 @@ javax.swing.event, javax.swing.border"/>
<zipfileset src="${lib.noinst}/zrtp4j-1.4.3.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="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces"/>
<attribute name="Import-Package" value=" org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.macs,org.bouncycastle.crypto.params,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.modes "/>
<attribute name="Bundle-Name" value="ZRTP4J"/>
<attribute name="Bundle-Description" value="ZRTP for Java library."/>
<attribute name="Bundle-Version" value="1.4.3"/>

@ -50,9 +50,13 @@ org.osgi.framework.system.packages.extra= org.osgi.framework; version=1.3.0, \
javax.crypto.interfaces; \
net.java.sip.communicator.util.launchutils; \
org.bouncycastle.jce.provider; \
org.bouncycastle.crypto; \
org.bouncycastle.crypto.digests; \
org.bouncycastle.crypto.macs; \
org.bouncycastle.crypto.params; \
org.bouncycastle.crypto.agreement; \
org.bouncycastle.crypto.generators; \
org.bouncycastle.crypto.modes; \
org.bouncycastle.crypto.engines;
felix.auto.start.10= \

@ -10,6 +10,11 @@ Import-Package: org.osgi.framework,
javax.crypto,
javax.crypto.interfaces,
javax.crypto.spec,
org.bouncycastle.crypto,
org.bouncycastle.crypto.digests,
org.bouncycastle.crypto.macs,
org.bouncycastle.crypto.params,
org.bouncycastle.crypto.engines,
javax.imageio,
javax.sound,
javax.sound.sampled,

Loading…
Cancel
Save