Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2009-01-28 07:56:29 +0000
committerdavid_williams2009-01-28 07:56:29 +0000
commit0ba87cdb29f3e600eb96b39e1c61f12a4fd8a562 (patch)
treee4f54e892ca9c001442bf1655f98f004d29dcbb8
parent4ef5e8751f6a9897b11adb84d0e3e2f4bb326d2c (diff)
downloadwebtools.sourceediting-0ba87cdb29f3e600eb96b39e1c61f12a4fd8a562.tar.gz
webtools.sourceediting-0ba87cdb29f3e600eb96b39e1c61f12a4fd8a562.tar.xz
webtools.sourceediting-0ba87cdb29f3e600eb96b39e1c61f12a4fd8a562.zip
262499 need to remove "javascript" bundles
-rw-r--r--development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
index 1f0baafb14..064392289b 100644
--- a/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
+++ b/development/org.eclipse.wst.sse.unittests/META-INF/MANIFEST.MF
@@ -27,7 +27,6 @@ Require-Bundle: org.junit;bundle-version="[3.8.0,4.0.0)",
org.eclipse.wst.xml.tests.encoding;resolution:=optional,
org.eclipse.wst.xml.ui.tests.performance;resolution:=optional,
org.eclipse.wst.xml.validation.tests;resolution:=optional,
- org.eclipse.wst.javascript.ui;resolution:=optional,
org.eclipse.wst.xsd.validation.tests;resolution:=optional,
org.eclipse.wst.css.ui.tests;resolution:=optional,
org.eclipse.wst.sse.ui;resolution:=optional,

Back to the top