Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_juno.xml6
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPJuno.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_juno.xml b/releng/org.eclipse.epp.config/eclipse_sdk_juno.xml
index 7cd1c514..128146dd 100644
--- a/releng/org.eclipse.epp.config/eclipse_sdk_juno.xml
+++ b/releng/org.eclipse.epp.config/eclipse_sdk_juno.xml
@@ -13,7 +13,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 4.2.2 M20130131-1000"
+ packageName="Eclipse Classic 4.2.2 M20130204-1200"
maintainer="Eclipse Platform Team"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId=""
@@ -26,7 +26,7 @@
</packageTesters>
<FakePackage>True</FakePackage>
<FakePackageLocation>
- /eclipse/downloads/drops4/M20130131-1000/
+ /eclipse/downloads/drops4/M20130204-1200/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
@@ -40,6 +40,6 @@
<rcp version="4.2.2" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-M20130131-1000" />
+ <product name="eclipse-SDK-M20130204-1200" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPPJuno.sh b/releng/org.eclipse.epp.config/startEPPJuno.sh
index ccb107b9..208d1f5e 100755
--- a/releng/org.eclipse.epp.config/startEPPJuno.sh
+++ b/releng/org.eclipse.epp.config/startEPPJuno.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/juno
-RELEASE_NAME="-juno-SR2-RC3"
+RELEASE_NAME="-juno-SR2-RC4"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top