From 39ebe72060715bc657cc59459d81cea5c94d437a Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Tue, 18 May 2010 09:33:19 +0000 Subject: 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 --- sca-java-2.x/trunk/modules/common-xml/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/common-xml/META-INF') 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, -- cgit v1.2.3