Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-02-28 03:56:06 +0000
committerdavid_williams2006-02-28 03:56:06 +0000
commit549c29e0f4ef69ea8f38abe309593c588c37eed2 (patch)
tree5474e817db009684c9aeb2682e7c6632e516af84 /features/org.eclipse.wst.web_tests.feature/feature.xml
parent732b65aec9b84b95e8b58091cee817e648c6f848 (diff)
downloadwebtools.sourceediting-549c29e0f4ef69ea8f38abe309593c588c37eed2.tar.gz
webtools.sourceediting-549c29e0f4ef69ea8f38abe309593c588c37eed2.tar.xz
webtools.sourceediting-549c29e0f4ef69ea8f38abe309593c588c37eed2.zip
attempt to fix html.ui.tests by adding proper pre-reqs to feature.
Diffstat (limited to 'features/org.eclipse.wst.web_tests.feature/feature.xml')
-rw-r--r--features/org.eclipse.wst.web_tests.feature/feature.xml7
1 files changed, 7 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 8485b7b192..1b9d31237b 100644
--- a/features/org.eclipse.wst.web_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.web_tests.feature/feature.xml
@@ -17,6 +17,13 @@
<update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/>
</url>
+ <includes
+ id="org.eclipse.wst.xml_ui.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.wst.xml_tests.feature"
+ version="0.0.0"/>
<requires>
<import feature="org.eclipse.test"/>

Back to the top