Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-11-20 13:55:37 +0000
committerMickael Istria2020-01-06 14:05:20 +0000
commit84187ad0b4a563e7a2062b0ca4f0840531307678 (patch)
treef45810d7c40d7bc0b81feb97d493e7e11b9ba0ba /packages
parent7195fffe2cd7a0f4fb25c3b4571b22387bceb044 (diff)
downloadorg.eclipse.epp.packages-84187ad0b4a563e7a2062b0ca4f0840531307678.tar.gz
org.eclipse.epp.packages-84187ad0b4a563e7a2062b0ca4f0840531307678.tar.xz
org.eclipse.epp.packages-84187ad0b4a563e7a2062b0ca4f0840531307678.zip
[Bug 551408] Include Wild Web Developer
Change-Id: I0ab57758eb99d37fae1b64adb3dd68b711c4ea4f Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages')
-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