diff options
author | Markus Knauer | 2010-05-26 19:33:14 +0000 |
---|---|---|
committer | Markus Knauer | 2010-05-26 19:33:14 +0000 |
commit | 831af259ef3934adbd9c0ae474bfee65dfd997bf (patch) | |
tree | a6b240e4d7aa1cd69ec69f0278c9958b1ed21e4e | |
parent | 4cee5b441f7cca1c283b5f5129c056c5a87726f9 (diff) | |
download | org.eclipse.epp.packages-831af259ef3934adbd9c0ae474bfee65dfd997bf.tar.gz org.eclipse.epp.packages-831af259ef3934adbd9c0ae474bfee65dfd997bf.tar.xz org.eclipse.epp.packages-831af259ef3934adbd9c0ae474bfee65dfd997bf.zip |
* linuxtools: incubation
-rw-r--r-- | packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml index 04d1ba3d..5386f791 100644 --- a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml +++ b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml @@ -8,13 +8,13 @@ testPlan is the fully qualified URL to the test plan for this package --> <packageMetaData - packageName="Eclipse IDE for Linux Developers" + packageName="Eclipse IDE for Linux Developers (includes Incubating components)" maintainer="Eclipse Packaging Project" iconurl="http://www.eclipse.org/downloads/images/c.jpg" bugzillaComponentId="linuxtools-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[An IDE for Linux developers with Mylyn integration.]]></description> + <description><![CDATA[An IDE for Linux developers with Mylyn integration. Note that the LinuxTools package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description> <!-- packageTesters is a list of the people that are testing the package --> <packageTesters> <tester>Andrew Overholt</tester> @@ -39,6 +39,6 @@ <rcp version="3.6.0" /> <!-- name, the name of the product, used in naming the created files. --> - <product name="eclipse-linuxtools-helios-RC2" /> + <product name="eclipse-linuxtools-helios-RC2-incubation" /> </configuration> |