Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/epp.website.xml7
-rw-r--r--packages/org.eclipse.epp.package.rcp.product/epp.product1
2 files changed, 6 insertions, 2 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 5f72e977..7467c9bf 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
@@ -8,13 +8,13 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse IDE for RCP and RAP Developers"
+ packageName="Eclipse IDE for RCP and RAP Developers (includes incubating components)"
maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/rcp.png"
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 Maven and Gradle tooling, 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. The Eclipse Passage (Incubation) helps to enable license management for your Eclipse-based products]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Markus Knauer</tester>
@@ -33,6 +33,9 @@
<NewAndNoteworthy
url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/5.4"
project="Eclipse EGit" />
+ <NewAndNoteworthy
+ url="https://wiki.eclipse.org/Passage/Release_Notes/0.5.0"
+ project="Eclipse Passage (Incubation)" />
</MoreInfo>
diff --git a/packages/org.eclipse.epp.package.rcp.product/epp.product b/packages/org.eclipse.epp.package.rcp.product/epp.product
index 35d53c86..08ed5fff 100644
--- a/packages/org.eclipse.epp.package.rcp.product/epp.product
+++ b/packages/org.eclipse.epp.package.rcp.product/epp.product
@@ -225,6 +225,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.swtbot.eclipse" installMode="root"/>
<feature id="org.eclipse.swtbot.ide" installMode="root"/>
<feature id="org.eclipse.wst.xml_ui.feature" installMode="root"/>
+ <feature id="org.eclipse.passage.ldc.feature" installMode="root"/>
</features>

Back to the top