Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-05-21 22:40:35 +0000
committerdavid_williams2007-05-21 22:40:35 +0000
commitf84ea94ecf4a27cd3ddb9f638c5cde7ec87ff79e (patch)
tree48de19e36a1f3caba12612bd518ea5f743a22573 /bundles/org.eclipse.wst.standard.schemas
parent73b8e6664364ed1e794fa9e730ce759ba7091583 (diff)
downloadwebtools.sourceediting-f84ea94ecf4a27cd3ddb9f638c5cde7ec87ff79e.tar.gz
webtools.sourceediting-f84ea94ecf4a27cd3ddb9f638c5cde7ec87ff79e.tar.xz
webtools.sourceediting-f84ea94ecf4a27cd3ddb9f638c5cde7ec87ff79e.zip
revert some schema.xsd work done with IPZilla #4
Diffstat (limited to 'bundles/org.eclipse.wst.standard.schemas')
-rw-r--r--bundles/org.eclipse.wst.standard.schemas/plugin.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.standard.schemas/plugin.xml b/bundles/org.eclipse.wst.standard.schemas/plugin.xml
index 1c4cc425f6..4c40c32400 100644
--- a/bundles/org.eclipse.wst.standard.schemas/plugin.xml
+++ b/bundles/org.eclipse.wst.standard.schemas/plugin.xml
@@ -86,7 +86,9 @@
uri="xsd/soapenc.xsd" />
-
+ <!-- these are removed from the catalog, since they are -not-
+ the same as those in the xsd.ui plugin, which
+ point to the org.eclipse.xsd versions
<uri
name="http://www.w3.org/2001/XMLSchema"
uri="dtdsAndSchemas/XMLSchema.dtd" />
@@ -94,7 +96,7 @@
<system
systemId="http://www.w3.org/2001/xml.xsd"
uri="dtdsAndSchemas/xml.xsd" />
-
+ -->
</catalogContribution>
</extension>

Back to the top