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:
authornitind2006-09-28 06:12:18 +0000
committernitind2006-09-28 06:12:18 +0000
commit8345c18525c81db9052425131b5d3d075089d5d2 (patch)
tree39abd42394bdc3fadbca1eb9405f9a442d673491 /bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
parent19a7812d4db905ddc6a0c3461637b950ee872f21 (diff)
downloadwebtools.sourceediting-8345c18525c81db9052425131b5d3d075089d5d2.tar.gz
webtools.sourceediting-8345c18525c81db9052425131b5d3d075089d5d2.tar.xz
webtools.sourceediting-8345c18525c81db9052425131b5d3d075089d5d2.zip
make compatible with platform 3.3m2
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
index 4d21dcb6cd..e95123b099 100644
--- a/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.jsp.ui/META-INF/MANIFEST.MF
@@ -47,6 +47,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
org.eclipse.jdt.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jdt.core;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.jdt.core.manipulation;bundle-version="[1.1.0,1.2.0)";resolution:=optional,
org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jdt.debug;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",

Back to the top