Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2012-02-02 14:29:01 +0000
committerMarkus Knauer2012-02-02 14:29:01 +0000
commit86216a22c1bc2a7ac38e60d014e268d8db42bada (patch)
treeca50b85c0866bd8caeb841a03cc01fc8e1320478 /packages
parenta18fa4ec9b70218dd9672394a03e49bd3495b3dd (diff)
downloadorg.eclipse.epp.packages-86216a22c1bc2a7ac38e60d014e268d8db42bada.tar.gz
org.eclipse.epp.packages-86216a22c1bc2a7ac38e60d014e268d8db42bada.tar.xz
org.eclipse.epp.packages-86216a22c1bc2a7ac38e60d014e268d8db42bada.zip
CPP: removed incubation marker for milestone build
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_juno.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_juno.xml b/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_juno.xml
index 0ceca446..dbacb302 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_juno.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_juno.xml
@@ -14,7 +14,7 @@
bugzillaComponentId="cpp-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 C/C++ developers with Mylyn integration. Note that this package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by features with "(Incubation)" following their name.]]></description>
+ <description><![CDATA[An IDE for C/C++ developers with Mylyn integration.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Doug Schaefer</tester>
@@ -42,6 +42,6 @@
<rcp version="4.2.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-cpp-juno-M5-incubation" />
+ <product name="eclipse-cpp-juno-M5" />
</configuration> \ No newline at end of file

Back to the top