summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-05-18 09:33:19 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-05-18 09:33:19 +0000
commit39ebe72060715bc657cc59459d81cea5c94d437a (patch)
tree01ba8fe740684461ce772b79b141154ffd326c23 /sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF
parent7b1646205eb1e5c0f817c37b2ce2349f6b296d11 (diff)
Updating createXMLStreamReader(URL) to use a StreamSource in its implementation, so that the scanning of external files such as DTDs is possible, as described in TUSCANY-3559
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF')
-rw-r--r--sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF
index 53c9415364..0025ccea7d 100644
--- a/sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF
@@ -29,7 +29,8 @@ Import-Package: javax.xml.datatype,
org.xml.sax.helpers
Bundle-SymbolicName: org.apache.tuscany.sca.common.xml
Bundle-DocURL: http://www.apache.org/
-Export-Package: org.apache.tuscany.sca.common.xml;version="2.0.0";uses:="org.xml.sax",
+Export-Package: org.apache.tuscany.sca.common.xml;version="2.0.0";
+ uses:="org.xml.sax",
org.apache.tuscany.sca.common.xml.dom;version="2.0.0";
uses:="org.xml.sax.ext,
javax.xml.transform,