aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Dittmann <wernerd@java.net>2009-02-08 09:22:21 +0000
committerWerner Dittmann <wernerd@java.net>2009-02-08 09:22:21 +0000
commita36f77b2e579010a06500baa7a4470b79d13bcec (patch)
tree9f03bbde36cd9746c64838f55bf02791b9161be5
parenta0610c62afc2bb3f88e5156511d71315e8bb3fdf (diff)
downloadjitsi-a36f77b2e579010a06500baa7a4470b79d13bcec.zip
jitsi-a36f77b2e579010a06500baa7a4470b79d13bcec.tar.gz
jitsi-a36f77b2e579010a06500baa7a4470b79d13bcec.tar.bz2
Remove classes that are not required anymore (JCE classes).
-rw-r--r--build.xml4
-rw-r--r--lib/felix.client.run.properties4
-rw-r--r--src/net/java/sip/communicator/impl/media/media.manifest.mf4
3 files changed, 3 insertions, 9 deletions
diff --git a/build.xml b/build.xml
index 383e930..c146e7c 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties
index 3baf029..168fc21 100644
--- a/lib/felix.client.run.properties
+++ b/lib/felix.client.run.properties
@@ -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; \
diff --git a/src/net/java/sip/communicator/impl/media/media.manifest.mf b/src/net/java/sip/communicator/impl/media/media.manifest.mf
index 3c07a36..430e712 100644
--- a/src/net/java/sip/communicator/impl/media/media.manifest.mf
+++ b/src/net/java/sip/communicator/impl/media/media.manifest.mf
@@ -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,