Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.classic.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.classic.feature/epp.website.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/packages/org.eclipse.epp.package.classic.feature/epp.website.xml b/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
index 821a759b..56b2547f 100644
--- a/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.classic.feature/epp.website.xml
@@ -9,19 +9,16 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 4.3 RC1"
+ packageName="Eclipse Standard 4.3 RC1"
maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId="classic-package"
testPlan="" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
<description><![CDATA[
-The classic Eclipse download: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation.
+The Eclipse Platform, and all the tools needed to develop and debug it: Java and Plug-in Development Tooling, Git and CVS support, including source and developer documentation.
<br/>
-<b>New since M6:</b> Now also includes egit and MPC, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=397896">bug 397896</a> for details.
-<br/>
-If you want the original Eclipse SDK instead, please get it from the <a href="http://download.eclipse.org/eclipse/downloads/">Eclipse Project download page</a>.
-Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP&component=classic-package">here</a> to file a bug against the new packaging / branding, or <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a> to file a bug against Eclipse Platform.
+Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a> to file a bug against Eclipse Platform.
]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
@@ -57,6 +54,6 @@ Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP&component
<rcp version="4.3" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-classic-kepler-RC1" />
+ <product name="eclipse-standard-kepler-RC1" />
</configuration>

Back to the top