Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/components/wst.tests/category.xml')
-rw-r--r--releng/components/wst.tests/category.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/releng/components/wst.tests/category.xml b/releng/components/wst.tests/category.xml
new file mode 100644
index 000000000..30f72c505
--- /dev/null
+++ b/releng/components/wst.tests/category.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.wst.jsdt_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.wst.server_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.common_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tools.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform Tests (WTP Tests) @buildversionid@"
+ label="Web Tools Platform Tests (WTP Tests) @buildversionid@">
+ <description>
+ These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+ their PDE Targets.
+ </description>
+ </category-def>
+</site>

Back to the top