Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-06-03 11:17:27 +0000
committerMarkus Knauer2016-06-03 11:17:27 +0000
commit00ca3ab7e1adb9663c384c9b45db87d817e28aba (patch)
treec46380b0be300fd2aadb7a99fd36e4a799adc39d /packages
parentfdb0347f5b52e9f2e705c084d70e053651cf9245 (diff)
downloadorg.eclipse.epp.packages-00ca3ab7e1adb9663c384c9b45db87d817e28aba.tar.gz
org.eclipse.epp.packages-00ca3ab7e1adb9663c384c9b45db87d817e28aba.tar.xz
org.eclipse.epp.packages-00ca3ab7e1adb9663c384c9b45db87d817e28aba.zip
Add "Incubation" to Android package
The included Andmore project is still in Incubation Phase; therefore we need to reflect this in the filename and in the package description on the website. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495378 Change-Id: I64eb84d6b48b1ba31cd1cd388b373af3bc965dbe Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.android.feature/epp.website.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.android.feature/epp.website.xml b/packages/org.eclipse.epp.package.android.feature/epp.website.xml
index f8a00a54..c1741688 100644
--- a/packages/org.eclipse.epp.package.android.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.android.feature/epp.website.xml
@@ -8,7 +8,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse for Android Developers"
+ packageName="Eclipse for Android Developers (includes Incubating components)"
maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/mobile.jpg"
bugzillaComponentId="android-package"
@@ -41,6 +41,6 @@
<rcp version="4.6.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-android-neon-RC3" />
+ <product name="eclipse-android-neon-RC3-incubation" />
</configuration>

Back to the top