Remove classes that are not required anymore (JCE classes).

cusax-fix
Werner Dittmann 17 years ago
parent a0610c62af
commit a36f77b2e5

@ -1919,7 +1919,9 @@ 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=" 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="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"/>

@ -45,11 +45,7 @@ org.osgi.framework.system.packages.extra= org.osgi.framework; version=1.3.0, \
quicktime.util; \
quicktime.std.image; \
org.xml.sax.helpers; \
javax.crypto; \
javax.crypto.spec; \
javax.crypto.interfaces; \
net.java.sip.communicator.util.launchutils; \
org.bouncycastle.jce.provider; \
org.bouncycastle.crypto; \
org.bouncycastle.crypto.digests; \
org.bouncycastle.crypto.macs; \

@ -5,11 +5,7 @@ Bundle-Vendor: sip-communicator.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
org.bouncycastle.jce.provider,
org.xml.sax,
javax.crypto,
javax.crypto.interfaces,
javax.crypto.spec,
org.bouncycastle.crypto,
org.bouncycastle.crypto.digests,
org.bouncycastle.crypto.macs,

Loading…
Cancel
Save