diff options
author | Werner Dittmann <wernerd@java.net> | 2009-02-08 12:49:56 +0000 |
---|---|---|
committer | Werner Dittmann <wernerd@java.net> | 2009-02-08 12:49:56 +0000 |
commit | 6509c2d40e410ceb0f5de3ef92aa6b3d09b6405e (patch) | |
tree | 47290637471b4a09b5c26aa62f190a56648f17ee /lib/felix.unit.test.properties | |
parent | a36f77b2e579010a06500baa7a4470b79d13bcec (diff) | |
download | jitsi-6509c2d40e410ceb0f5de3ef92aa6b3d09b6405e.zip jitsi-6509c2d40e410ceb0f5de3ef92aa6b3d09b6405e.tar.gz jitsi-6509c2d40e410ceb0f5de3ef92aa6b3d09b6405e.tar.bz2 |
Add crypto classes to test properties as well.
Diffstat (limited to 'lib/felix.unit.test.properties')
-rw-r--r-- | lib/felix.unit.test.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/felix.unit.test.properties b/lib/felix.unit.test.properties index 0a15804..6b6baa9 100644 --- a/lib/felix.unit.test.properties +++ b/lib/felix.unit.test.properties @@ -19,9 +19,6 @@ org.osgi.framework.system.packages.extra= org.osgi.framework; ; version=1.3.0, \ org.xml.sax.ext; \ sun.misc; \ sun.security.action; \ - javax.crypto; \ - javax.crypto.interfaces; \ - javax.crypto.spec; \ javax.xml.parsers;\ org.apache.xml.serialize;\ javax.xml.transform;\ @@ -40,10 +37,13 @@ org.osgi.framework.system.packages.extra= org.osgi.framework; ; version=1.3.0, \ javax.naming.directory; \ javax.net; \ javax.net.ssl; \ - 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; \ gnu.java.zrtp; \ gnu.java.zrtp.packets; \ |