Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-11-05 02:53:06 +0000
committerdavid_williams2005-11-05 02:53:06 +0000
commit1d568a15474b518838f6a9548387dfb97b304456 (patch)
tree7a08781d9afca813d575b673b798c9cc609cd5b0 /features/org.eclipse.wst.web_tests.feature
parent2bb303563ea67067d59c593ecf4a78bbd2daec3a (diff)
downloadwebtools.sourceediting-1d568a15474b518838f6a9548387dfb97b304456.tar.gz
webtools.sourceediting-1d568a15474b518838f6a9548387dfb97b304456.tar.xz
webtools.sourceediting-1d568a15474b518838f6a9548387dfb97b304456.zip
prep for new features -- reduce recursive calls during build
Diffstat (limited to 'features/org.eclipse.wst.web_tests.feature')
-rw-r--r--features/org.eclipse.wst.web_tests.feature/feature.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/org.eclipse.wst.web_tests.feature/feature.xml b/features/org.eclipse.wst.web_tests.feature/feature.xml
index 4cc3645224..e31fdb522c 100644
--- a/features/org.eclipse.wst.web_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.web_tests.feature/feature.xml
@@ -16,14 +16,6 @@
%license
</license>
- <includes
- id="org.eclipse.wst.web_ui.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.wst.xml_tests.feature"
- version="0.0.0"/>
-
<requires>
<import feature="org.eclipse.test"/>
<import feature="org.eclipse.wst.web_ui.feature"/>

Back to the top