Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 923b40e9c786f0991e1630a22b26da89aab046eb (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2015, 2018 IBM Corporation and others.
    This program and the accompanying materials
    are made available under the terms of the Eclipse Public License 2.0
    which accompanies this distribution, and is available at
    https://www.eclipse.org/legal/epl-2.0/

    SPDX-License-Identifier: EPL-2.0

    Contributors:
        IBM Corporation - initial API and implementation
 -->

<site>
  <feature id="org.eclipse.wst.json_core.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.json_ui.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.web_core.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.web_ui.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.xml_core.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.xml_ui.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.xsl.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.xml.xpath2.processor.feature"><category name="wtp"/></feature>

  <feature id="org.eclipse.wst.web_userdoc.feature"><category name="wtp"/></feature>
  <feature id="org.eclipse.wst.xml_userdoc.feature"><category name="wtp"/></feature>

  <feature id="org.eclipse.wst.json_sdk.feature"><category name="wtp.sdk"/></feature>
  <feature id="org.eclipse.wst.web_sdk.feature"><category name="wtp.sdk"/></feature>
  <feature id="org.eclipse.wst.xml_sdk.feature"><category name="wtp.sdk"/></feature>
  <feature id="org.eclipse.wst.xsl_sdk.feature"><category name="wtp.sdk"/></feature>
  <feature id="org.eclipse.wst.xml.xpath2.processor.sdk.feature"><category name="wtp.sdk"/></feature>
  <bundle id="org.eclipse.wst.xml.xpath2.processor.sdk.doc"><category name="wtp.bundles.sdk"/></bundle>

  <feature id="org.eclipse.wst.json_tests.feature"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.web_tests.feature"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.xml_tests.feature"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.xsl_tests.feature"><category name="wtp.tests"/></feature>
  <bundle id="org.eclipse.wst.xml.xpath2.wtptypes.tests"><category name="wtp.tests"/></bundle>

  <bundle id="org.eclipse.jst.jsp.core"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.ui"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.tests.encoding"><category name="wtp.bundles"/></bundle>

  <bundle id="org.eclipse.jst.standard.schemas"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.ui.infopop"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.core.tests"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.ui.tests"><category name="wtp.bundles"/></bundle>

  <bundle id="org.eclipse.wtp.web.capabilities"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.wtp.xml.capabilities"><category name="wtp.bundles"/></bundle>

  <feature id="org.eclipse.wst.web_js_support.feature"><category name="wtp.js_sopport"/></feature>
  <feature id="org.eclipse.wst.web_js_support_sdk.feature"><category name="wtp.js_sopport.sdk"/></feature>

  <bundle id="org.eclipse.wst.jsdt.web.support.jsp"><category name="wtp.js_sopport"/></bundle>
  <bundle id="org.eclipse.wtp.javascript.capabilities"><category name="wtp.js_sopport"/></bundle>
  
  <!-- sources -->

  <feature id="org.eclipse.wst.json_core.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.json_ui.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.web_core.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.web_ui.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.xml_core.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.xml_ui.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.xsl.feature.source"><category name="wtp.sources"/></feature>

  <feature id="org.eclipse.wst.web_userdoc.feature.source"><category name="wtp.sources"/></feature>
  <feature id="org.eclipse.wst.xml_userdoc.feature.source"><category name="wtp.sources"/></feature>

  <feature id="org.eclipse.wst.json_sdk.feature.source"><category name="wtp.sdk.sources"/></feature>
  <feature id="org.eclipse.wst.web_sdk.feature.source"><category name="wtp.sdk.sources"/></feature>
  <feature id="org.eclipse.wst.xml_sdk.feature.source"><category name="wtp.sdk.sources"/></feature>
  <feature id="org.eclipse.wst.xsl_sdk.feature.source"><category name="wtp.sdk.sources"/></feature>
  <feature id="org.eclipse.wst.xml.xpath2.processor.sdk.feature.source"><category name="wtp.sdk.sources"/></feature>
  <bundle id="org.eclipse.wst.xml.xpath2.processor.sdk.doc.source"><category name="wtp.bundles.sdk.sources"/></bundle>

  <feature id="org.eclipse.wst.web_js_support.feature.source"><category name="wtp.js_sopport.sources"/></feature>
  <feature id="org.eclipse.wst.web_js_support_sdk.feature.source"><category name="wtp.js_sopport.sdk.sources"/></feature>
  
  <bundle id="org.eclipse.wst.jsdt.web.support.jsp.source"><category name="wtp.js_sopport.sources"/></bundle>
  <bundle id="org.eclipse.wtp.javascript.capabilities.source"><category name="wtp.js_sopport.sources"/></bundle>

  <!-- tests -->

  <feature id="org.eclipse.wst.json_tests.feature.source"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.web_tests.feature.source"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.xml_tests.feature.source"><category name="wtp.tests"/></feature>
  <feature id="org.eclipse.wst.xsl_tests.feature.source"><category name="wtp.tests"/></feature>
  <bundle id="org.eclipse.wst.xml.xpath2.wtptypes.tests.source"><category name="wtp.tests"/></bundle>

  <feature id="org.eclipse.wst.web_js_support_tests.feature.source"><category name="wtp.js_sopport.tests"/></feature>
  
  <!-- bundles -->

  <bundle id="org.eclipse.jst.jsp.core.source"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.ui.source"><category name="wtp.bundles"/></bundle>
  <bundle id="org.eclipse.jst.jsp.tests.encoding.source"><category name="wtp.bundles"/></bundle>

  <bundle id="org.eclipse.wtp.web.capabilities.source"><category name="wtp.bundles.sources"/></bundle>
  <bundle id="org.eclipse.wtp.xml.capabilities.source"><category name="wtp.bundles.sources"/></bundle>

  <category-def name="wtp" label="Web Tools Platform (WTP)"><description>These features provide functionality with the executable code only and are recommended for most users.</description></category-def>
  <category-def name="wtp.sdk" label="Web Tools Platform SDK (WTP SDK)"><description>These features provide functionality with the executable code and the source code and are recommended for those extending or debugging WTP.</description></category-def>

  <category-def name="wtp.sources" label="Web Tools Platform (WTP) Sources"><description>These features provide sources.</description></category-def>
  <category-def name="wtp.sdk.sources" label="Web Tools Platform SDK (WTP SDK) Sources"><description>These features provide sources.</description></category-def>

  <category-def name="wtp.bundles" label="Web Tools Platform (WTP) Bundles"><description>These bundles are most likely include in features, but are provided here for completeness.</description></category-def>
  <category-def name="wtp.bundles.sdk" label="Web Tools Platform SDK (WTP SDK) Bundles"><description>These bundles are most likely include in features, but are provided here for completeness.</description></category-def>

  <category-def name="wtp.bundles.sources" label="Web Tools Platform (WTP) Bundle Sources"><description>These bundles provide sources.</description></category-def>
  <category-def name="wtp.bundles.sdk.sources" label="Web Tools Platform SDK (WTP SDK) Bundle Sources"><description>These bundles provide sources.</description></category-def>

  <category-def name="wtp.js_sopport" label="Web Tools Platform (WTP) JavaScript Support"><description>These bundles are most likely include in features, but are provided here for completeness.</description></category-def>
  <category-def name="wtp.js_support.sdk" label="Web Tools Platform SDK (WTP SDK) JavaScript Support"><description>These bundles are most likely include in features, but are provided here for completeness.</description></category-def>

  <category-def name="wtp.js_sopport.sources" label="Web Tools Platform (WTP) JavaScript Support Sources"><description>These bundles provide sources.</description></category-def>
  <category-def name="wtp.js_sopport.sdk.sources" label="Web Tools Platform SDK (WTP SDK) JavaScript Support Sources"><description>These bundles provide sources.</description></category-def>
</site>

Back to the top