You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/12/10 20:48:20 UTC

svn commit: r725404 - /tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF

Author: rfeng
Date: Wed Dec 10 11:48:20 2008
New Revision: 725404

URL: http://svn.apache.org/viewvc?rev=725404&view=rev
Log:
Fix Import-Package

Modified:
    tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF?rev=725404&r1=725403&r2=725404&view=diff
==============================================================================
--- tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/common-xml/META-INF/MANIFEST.MF Wed Dec 10 11:48:20 2008
@@ -9,10 +9,19 @@
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: Apache Tuscany SCA Core SPI
 Import-Package: javax.xml.namespace,
+ javax.xml.xpath,
+ javax.xml.datatype,
  javax.xml.parsers,
  javax.xml.stream,
+ javax.xml.stream.util,
  javax.xml.transform,
- javax.xml.xpath,
+ javax.xml.transform.dom,
+ javax.xml.transform.sax,
+ javax.xml.transform.stream,
+ org.w3c.dom,
+ org.xml.sax,
+ org.xml.sax.ext,
+ org.xml.sax.helpers,
  org.apache.tuscany.sca.core;version="1.4.0",
  org.apache.tuscany.sca.extensibility;version="1.4.0"
 Bundle-SymbolicName: org.apache.tuscany.sca.common.xml