fix rss load. missing felix package imports

cusax-fix
Damian Minkov 18 years ago
parent 4e6b5b0061
commit a2022025f9

@ -19,6 +19,7 @@ org.osgi.framework.system.packages= org.osgi.framework; ; version=1.3.0, \
javax.swing.filechooser; \
org.w3c.dom; \
org.xml.sax; \
org.xml.sax.ext; \
javax.xml.parsers;\
org.apache.xml.serialize; \
javax.xml.transform; \

@ -12,6 +12,7 @@ org.osgi.framework.system.packages= org.osgi.framework; \
org.w3c.dom; \
org.xml.sax; \
org.xml.sax.helpers; \
org.xml.sax.ext; \
sun.misc; \
sun.security.action; \
javax.xml.parsers;\

@ -6,6 +6,7 @@ Bundle-Version: 0.0.1
Import-Package: org.osgi.framework,
org.xml.sax,
org.xml.sax.helpers,
org.xml.sax.ext,
org.w3c.dom,
javax.xml.parsers,
net.java.sip.communicator.service.configuration,

Loading…
Cancel
Save