Add missing imports

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2011-11-04 13:01:37 +00:00
parent fca59df905
commit 5135b05022
2 changed files with 3 additions and 0 deletions
sca-java-2.x/trunk/modules
binding-jms-runtime/META-INF
databinding-jaxb/META-INF

View file

@ -12,6 +12,8 @@ Import-Package: javax.jms,
javax.security.auth,
javax.xml.namespace,
javax.xml.stream,
org.w3c.dom,
org.xml.sax,
org.apache.activemq.jndi;resolution:=optional,
org.apache.axiom.om,
org.apache.axiom.om.impl.builder,

View file

@ -23,6 +23,7 @@ Import-Package: javax.activation,
javax.xml.bind.annotation,
javax.xml.bind.annotation.adapters,
javax.xml.bind.attachment,
javax.xml.bind.util,
javax.xml.datatype,
javax.xml.namespace,
javax.xml.stream,