Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/eclipse_javascript_indigo.xml2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.javascript.feature/eclipse_javascript_indigo.xml b/packages/org.eclipse.epp.package.javascript.feature/eclipse_javascript_indigo.xml
index 76ba13ab..ca79e5c7 100644
--- a/packages/org.eclipse.epp.package.javascript.feature/eclipse_javascript_indigo.xml
+++ b/packages/org.eclipse.epp.package.javascript.feature/eclipse_javascript_indigo.xml
@@ -35,6 +35,6 @@
<rcp version="3.7.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-javascript-indigo-RC1" />
+ <product name="eclipse-javascript-indigo-RC2" />
</configuration>
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