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:
authorlmandel2005-06-16 05:46:02 +0000
committerlmandel2005-06-16 05:46:02 +0000
commit3c550afeea6f2775bb189c9d7555352e8861f995 (patch)
tree194a9672ae6cf73099fdf5a88902588a19b559b8 /bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
parent3ad2815bf2750e2124a5af905a1b9d89029d8042 (diff)
downloadwebtools.sourceediting-3c550afeea6f2775bb189c9d7555352e8861f995.tar.gz
webtools.sourceediting-3c550afeea6f2775bb189c9d7555352e8861f995.tar.xz
webtools.sourceediting-3c550afeea6f2775bb189c9d7555352e8861f995.zip
[88588] Merged XML validation plugin with xml.core and xml.ui. Responded to changes in affected plugins.
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
index 8cc053210a..09dca67a7c 100644
--- a/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF
@@ -35,7 +35,5 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.wst.common.uriresolver,
org.eclipse.wst.sse.core,
org.eclipse.wst.xml.core,
- org.eclipse.wst.validation,
- org.eclipse.wst.xml.validation
-
+ org.eclipse.wst.validation
Eclipse-AutoStart: true

Back to the top