Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.jee.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.jee.feature/epp.website.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/epp.website.xml b/packages/org.eclipse.epp.package.jee.feature/epp.website.xml
index eaa002ec..9021bcf7 100644
--- a/packages/org.eclipse.epp.package.jee.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.jee.feature/epp.website.xml
@@ -14,7 +14,11 @@
bugzillaComponentId="jee-package"
testPlan="http://www.eclipse.org/epp/testplan.php" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.]]></description>
+ <description><![CDATA[Tools for Java developers creating Enterprise Java and Web applications, including a Java IDE, tools for Enterprise Java, JPA, JSF, Mylyn, Maven, Git and more.<br/>
+Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=WebTools">here</a> to file a bug against Eclipse Web Tools Platform.<br/>
+Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a> to file a bug against Eclipse Platform.<br/>
+Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=M2E-WTP">here</a> to file a bug against Maven integration for web projects.
+]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Chuck Bridgham</tester>
@@ -24,9 +28,9 @@
<MoreInfo>
<NewAndNoteworthy
url="https://www.eclipse.org/webtools/development/news/main.php"
- project="Eclipse Webtools Project" />
+ project="Eclipse Web Tools Platform Project" />
<NewAndNoteworthy
- url="https://www.eclipse.org/eclipse/news/4.8/"
+ url="https://www.eclipse.org/eclipse/news/4.10/"
project="Eclipse Platform" />
<NewAndNoteworthy
url="https://www.eclipse.org/mylyn/new/"

Back to the top