add imports for xml
This commit is contained in:
parent
1d5d45378c
commit
95cfb3ccf9
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ Import-Package: org.osgi.framework;version="1.3.0",
|
|||
org.protege.owlapi.model,
|
||||
org.semanticweb.owlapi.model,
|
||||
javax.swing,
|
||||
javax.swing.border
|
||||
javax.swing.border,
|
||||
javax.xml.parsers,
|
||||
org.w3c.dom,
|
||||
org.xml.sax
|
||||
Require-Bundle: org.eclipse.equinox.registry,
|
||||
org.eclipse.equinox.common,
|
||||
org.protege.common;bundle-version="4.1.0",
|
||||
|
|
Loading…
Reference in a new issue