Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-06-18 15:00:08 +0000
committerMarkus Knauer2018-06-18 15:00:08 +0000
commit000f70b1381c23f6c90c6b335e6aeafaabff2527 (patch)
tree8b0b336b21adee43282fcf9aea5e413b07d724e9 /packages
parent20eec35680eb17251972cc867af306c259c361f0 (diff)
downloadorg.eclipse.epp.packages-000f70b1381c23f6c90c6b335e6aeafaabff2527.tar.gz
org.eclipse.epp.packages-000f70b1381c23f6c90c6b335e6aeafaabff2527.tar.xz
org.eclipse.epp.packages-000f70b1381c23f6c90c6b335e6aeafaabff2527.zip
Add incubation marker to Rust package
Change-Id: I08936052ffae886374938e30cd9bb3f260606792 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.rust.feature/epp.website.xml4
-rw-r--r--packages/org.eclipse.epp.package.rust.feature/feature.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.rust.feature/epp.website.xml b/packages/org.eclipse.epp.package.rust.feature/epp.website.xml
index 15f1566c..8add2ddd 100644
--- a/packages/org.eclipse.epp.package.rust.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.rust.feature/epp.website.xml
@@ -8,7 +8,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse IDE for Rust Developers"
+ packageName="Eclipse IDE for Rust Developers (includes Incubating components)"
maintainer="Eclipse Packaging Project"
iconurl="https://bugs.eclipse.org/bugs/attachment.cgi?id=272561"
bugzillaComponentId="rust-package"
@@ -41,6 +41,6 @@
<rcp version="4.8.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-rust-photon-R" />
+ <product name="eclipse-rust-photon-R-incubation" />
</configuration>
diff --git a/packages/org.eclipse.epp.package.rust.feature/feature.properties b/packages/org.eclipse.epp.package.rust.feature/feature.properties
index 4546414d..8dcc3cda 100644
--- a/packages/org.eclipse.epp.package.rust.feature/feature.properties
+++ b/packages/org.eclipse.epp.package.rust.feature/feature.properties
@@ -14,7 +14,7 @@
################################################################################
description = \
-The essential starting point for Rust developers, including Rust language support, a Git client and Mylyn.
+The essential starting point for Rust developers, including Rust language support, a Git client and Mylyn. Note that the Rust package includes some incubating components, as indicated by feature numbers less than 1.0.0 on the feature list.
copyright = Copyright (c) 2018, Red Hat Inc, and others\n\
\n\

Back to the top