Remove import of non-existing package

cusax-fix
Werner Dittmann 16 years ago
parent 65ecb950a4
commit 849e549236

@ -14,5 +14,4 @@ Import-Package: org.osgi.framework,
net.java.sip.communicator.util,
net.java.sip.communicator.util.xml,
net.java.sip.communicator.service.fileaccess
Export-Package: net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event
Export-Package: net.java.sip.communicator.service.configuration

@ -7,7 +7,6 @@ System-Bundle: yes
Import-Package: org.osgi.framework,
net.java.sip.communicator.service.fileaccess,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.service.contactlist,
net.java.sip.communicator.service.contactlist.event,
net.java.sip.communicator.service.protocol,

@ -10,7 +10,6 @@ Import-Package: org.osgi.framework,
net.java.sip.communicator.service.callhistory,
net.java.sip.communicator.service.callhistory.event,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.service.contacteventhandler,
net.java.sip.communicator.service.contactlist,
net.java.sip.communicator.service.contactlist.event,

@ -7,7 +7,6 @@ System-Bundle: yes
Import-Package: org.osgi.framework,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.resources,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.service.fileaccess,
net.java.sip.communicator.service.history,
net.java.sip.communicator.service.history.event,

@ -19,7 +19,6 @@ Import-Package: org.osgi.framework,
javax.swing.event,
javax.swing.table,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.service.fileaccess,
net.java.sip.communicator.service.gui,
net.java.sip.communicator.service.netaddr,

@ -5,7 +5,6 @@ Bundle-Vendor: sip-communicator.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.util,
org.osgi.framework,
javax.crypto,

@ -9,6 +9,5 @@ Export-Package: net.java.sip.communicator.service.notification,
Import-Package: org.osgi.framework,
net.java.sip.communicator.util,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.configuration.event,
net.java.sip.communicator.service.audionotifier,
net.java.sip.communicator.service.systray

Loading…
Cancel
Save