Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-06-13 18:00:00 +0000
committerMarkus Knauer2016-06-13 18:00:00 +0000
commitbede3e85e8d2c8b15a173b7e6f7c039e0cfa5054 (patch)
treeba86869f92e86e9bdb986160ce260d12d2f234cd /packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
parent237bfad944d8bd4383be90f1bf35c18258f78466 (diff)
downloadorg.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.tar.gz
org.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.tar.xz
org.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.zip
Final updates for Eclipse Neon
- Update N&N URLs in epp.website.xml files - Add new Neon packages to download stats XSL Change-Id: I8b5cc511725b6b71edd006a2a4e348e46f79dc03 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/epp.website.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml b/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
index 4c17b11b..99f4972c 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
@@ -14,7 +14,7 @@
bugzillaComponentId="rcp-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[A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Mylyn, the m2e Maven integration, and an XML editor. It contains the EGit tooling for accessing Git version control systems.]]></description>
+ <description><![CDATA[A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Markus Knauer</tester>
@@ -25,13 +25,13 @@
url="https://www.eclipse.org/eclipse/news/4.6/"
project="Eclipse Platform" />
<NewAndNoteworthy
- url="https://www.eclipse.org/rap/noteworthy/3.0/"
+ url="https://www.eclipse.org/rap/noteworthy/3.1/"
project="Eclipse RAP" />
<NewAndNoteworthy
url="https://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
<NewAndNoteworthy
- url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.0"
+ url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.4"
project="Eclipse EGit" />
<NewAndNoteworthy
url="https://www.eclipse.org/recommenders/manual/"

Back to the top