diff options
author | Werner Dittmann <wernerd@java.net> | 2009-02-07 18:28:38 +0000 |
---|---|---|
committer | Werner Dittmann <wernerd@java.net> | 2009-02-07 18:28:38 +0000 |
commit | a0610c62afc2bb3f88e5156511d71315e8bb3fdf (patch) | |
tree | 31ec568a5d5e4d6a17821bf790bc24289e6de885 /lib | |
parent | ded3a87b1fe1fbd1bebb066331b54fd8c29f2fd9 (diff) | |
download | jitsi-a0610c62afc2bb3f88e5156511d71315e8bb3fdf.zip jitsi-a0610c62afc2bb3f88e5156511d71315e8bb3fdf.tar.gz jitsi-a0610c62afc2bb3f88e5156511d71315e8bb3fdf.tar.bz2 |
Modify build and property file to include the new used bouncycastle classes. Need to
cleanup unused classes at a later step.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/felix.client.run.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index d965bc2..3baf029 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -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= \ |