Fixes some NoClassDefFoundErrors introduced in latest commits. Fixes tests.

cusax-fix
Damian Minkov 13 years ago
parent fe341124b6
commit cc1ba9b279

2
.gitignore vendored

@ -5,3 +5,5 @@ sc-bundles
*.iws
.gitignore
jitsi.iml
test-reports
sip-communicator.utest.bin

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<component inheritJdk="true">
<contentEntry url="file://$MODULE_DIR$"/>
<lib name="felix.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/lib/felix.jar!/"/>

@ -97,6 +97,7 @@ felix.auto.start.50= \
reference:file:sc-bundles/protocol.jar \
reference:file:sc-bundles/protocol-media.jar \
reference:file:sc-bundles/commons-codec.jar \
reference:file:sc-bundles/httpclient.jar \
reference:file:sc-bundles/httputil.jar \
reference:file:sc-bundles/packetlogging.jar \
reference:file:sc-bundles/json.jar \

@ -4,6 +4,7 @@ Bundle-Vendor: jitsi.org
Bundle-Version: 4.2.3
System-Bundle: yes
Import-Package: org.apache.commons.logging,
javax.security.auth.x500,
javax.net.ssl
Export-Package: org.apache.http,
org.apache.http.entity,

Loading…
Cancel
Save