Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.wst.web_tests.feature/feature.xml')
-rw-r--r--features/org.eclipse.wst.web_tests.feature/feature.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/org.eclipse.wst.web_tests.feature/feature.xml b/features/org.eclipse.wst.web_tests.feature/feature.xml
index bd5f99c23f..caf898c5e5 100644
--- a/features/org.eclipse.wst.web_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.web_tests.feature/feature.xml
@@ -21,6 +21,19 @@
<update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/>
</url>
+
+ <plugin
+ id="org.eclipse.wst.jsdt.web.core.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.wst.jsdt.web.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
<plugin
id="org.eclipse.wst.css.core.tests"
download-size="0"

Back to the top