Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.jee.product/epp.product3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.jee.product/epp.product b/packages/org.eclipse.epp.package.jee.product/epp.product
index dc7247f4..77e25d1f 100644
--- a/packages/org.eclipse.epp.package.jee.product/epp.product
+++ b/packages/org.eclipse.epp.package.jee.product/epp.product
@@ -273,6 +273,7 @@ United States, other countries, or both.
<feature id="org.eclipse.jsf.feature" installMode="root"/>
+ <feature id="org.eclipse.wst.server_adapters.feature" installMode="root"/>
<feature id="org.eclipse.jst.common.fproj.enablement.jdt" installMode="root"/>
<feature id="org.eclipse.jst.enterprise_ui.feature" installMode="root"/>
<feature id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature" installMode="root"/>
@@ -313,10 +314,10 @@ United States, other countries, or both.
<feature id="org.eclipse.wst.common.fproj" installMode="root"/>
<feature id="org.eclipse.wst.jsdt.feature" installMode="root"/>
<feature id="org.eclipse.wst.jsdt.chromium.debug.feature" installMode="root"/>
- <feature id="org.eclipse.wst.server_adapters.feature" installMode="root"/>
<feature id="org.eclipse.wst.web_ui.feature" installMode="root"/>
<feature id="org.eclipse.wst.xml_ui.feature" installMode="root"/>
<feature id="org.eclipse.wst.xsl.feature" installMode="root"/>
+ <feature id="org.eclipse.wildwebdeveloper.feature" installMode="root"/>
<feature id="org.eclipse.tips.feature" installMode="root"/>
</features>

Back to the top