Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
index a532acc1..219abb5d 100644
--- a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
+++ b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
@@ -13,7 +13,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 3.7.0 RC1"
+ packageName="Eclipse Classic 3.7.0 RC2"
maintainer="Eclipse Platform Team"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId=""
@@ -49,9 +49,9 @@
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="3.7RC1" />
+ <rcp version="3.7RC2" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.7RC1" />
+ <product name="eclipse-SDK-3.7RC2" />
</configuration>

Back to the top