diff options
Diffstat (limited to 'src')
5 files changed, 1 insertions, 5 deletions
diff --git a/src/net/java/sip/communicator/impl/configuration/configuration.manifest.mf b/src/net/java/sip/communicator/impl/configuration/configuration.manifest.mf index f21f527..72e284d 100644 --- a/src/net/java/sip/communicator/impl/configuration/configuration.manifest.mf +++ b/src/net/java/sip/communicator/impl/configuration/configuration.manifest.mf @@ -5,7 +5,6 @@ Bundle-Vendor: sip-communicator.org Bundle-Version: 0.0.1 System-Bundle: yes Import-Package: org.osgi.framework, - org.apache.xml.serializer, org.xml.sax, org.w3c.dom, javax.xml.transform, diff --git a/src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf b/src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf index d79f57e..47761ca 100644 --- a/src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf +++ b/src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf @@ -14,7 +14,6 @@ Import-Package: org.osgi.framework, net.java.sip.communicator.service.contactlist.event, net.java.sip.communicator.service.protocol, net.java.sip.communicator.service.protocol.event, - org.apache.xml.serializer, org.xml.sax, org.w3c.dom, javax.xml.transform, diff --git a/src/net/java/sip/communicator/impl/fileaccess/fileaccess.manifest.mf b/src/net/java/sip/communicator/impl/fileaccess/fileaccess.manifest.mf index 813848a..ae8ce4b 100644 --- a/src/net/java/sip/communicator/impl/fileaccess/fileaccess.manifest.mf +++ b/src/net/java/sip/communicator/impl/fileaccess/fileaccess.manifest.mf @@ -4,7 +4,6 @@ Bundle-Description: A bundle that implements the file access package. Bundle-Vendor: sip-communicator.org Bundle-Version: 0.0.1 Import-Package: org.osgi.framework, - org.apache.xml.serializer, org.xml.sax, org.w3c.dom, javax.xml.transform, diff --git a/src/net/java/sip/communicator/impl/history/history.manifest.mf b/src/net/java/sip/communicator/impl/history/history.manifest.mf index dde012b..3a5ceb6 100644 --- a/src/net/java/sip/communicator/impl/history/history.manifest.mf +++ b/src/net/java/sip/communicator/impl/history/history.manifest.mf @@ -11,7 +11,6 @@ Import-Package: org.osgi.framework, org.w3c.dom, org.xml.sax, javax.xml.parsers, - org.apache.xml.serializer, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.stream, diff --git a/src/net/java/sip/communicator/util/util.manifest.mf b/src/net/java/sip/communicator/util/util.manifest.mf index 9f8a867..36c9ec8 100644 --- a/src/net/java/sip/communicator/util/util.manifest.mf +++ b/src/net/java/sip/communicator/util/util.manifest.mf @@ -6,7 +6,7 @@ Bundle-Version: 0.0.1 Import-Package: org.w3c.dom, org.xml.sax, javax.xml.parsers, - org.apache.xml.serializer, + org.apache.xml.serialize, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.stream, |