Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9451dc4af8c22180076e8b0a2eb24b99806dff50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<site>

    <feature id="org.eclipse.wst.ws_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>

    <feature id="org.eclipse.jst.ws.jaxws_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.ws.cxf_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.ws.jaxws.dom_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.jsf.tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.web_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.enterprise_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.server_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>
    <feature id="org.eclipse.jst.server_adapters.ext_tests.feature">
        <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
    </feature>

    <feature id="org.eclipse.jst.ws.jaxws.dom_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