Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.epp.config/build.xml2
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml6
-rw-r--r--releng/org.eclipse.epp.config/rtp_basic.xml6
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh2
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPIndigo.sh2
5 files changed, 9 insertions, 9 deletions
diff --git a/releng/org.eclipse.epp.config/build.xml b/releng/org.eclipse.epp.config/build.xml
index c0c8001c..74bea9ff 100644
--- a/releng/org.eclipse.epp.config/build.xml
+++ b/releng/org.eclipse.epp.config/build.xml
@@ -49,7 +49,7 @@
</reverse>
</sort>
</source>
- <destination location="/tmp/combined" name="EPP Indigo Package Repository" />
+ <destination location="${targetRepository}" name="EPP Indigo Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml b/releng/org.eclipse.epp.config/eclipse_sdk_indigo.xml
index e8317ec4..7c0a4924 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 RC4"
+ packageName="Eclipse Classic 3.7.0 RC5"
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.7RC4" />
+ <rcp version="3.7RC5" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.7RC4" />
+ <product name="eclipse-SDK-3.7RC5" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/rtp_basic.xml b/releng/org.eclipse.epp.config/rtp_basic.xml
index 93f1559d..ebdb6ce1 100644
--- a/releng/org.eclipse.epp.config/rtp_basic.xml
+++ b/releng/org.eclipse.epp.config/rtp_basic.xml
@@ -26,7 +26,7 @@
</packageTesters>
<FakePackage>True</FakePackage>
<FakePackageLocation>
- /rtp/incubation/updates/3.7milestones/0.1.0.v20110608-0924-RC4/
+ /rtp/incubation/updates/3.7milestones/0.1.0.v20110608-0924-RC5/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
@@ -36,9 +36,9 @@
</MoreInfo>
<!-- version, the RCP version to build. This is used to determine the file name of the root file archives -->
- <rcp version="RC4" />
+ <rcp version="RC5" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="rt-basic-incubation-0.1.0.v20110608-0924-RC4" />
+ <product name="rt-basic-incubation-0.1.0.v20110608-0924-RC5" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index 3aaf0849..41400501 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -52,7 +52,7 @@ MARKERFILENAME=".epp.nightlybuild"
STATUSFILENAME="status.stub"
CVSPATH="org.eclipse.epp/releng/org.eclipse.epp.config"
CVSPROJECTPATH="org.eclipse.epp/packages"
-RELEASE_NAME="-galileo-SR1-RC4"
+RELEASE_NAME="-galileo-SR1-RC5"
###############################################################################
diff --git a/releng/org.eclipse.epp.config/startEPPIndigo.sh b/releng/org.eclipse.epp.config/startEPPIndigo.sh
index 55a2c464..125d644c 100755
--- a/releng/org.eclipse.epp.config/startEPPIndigo.sh
+++ b/releng/org.eclipse.epp.config/startEPPIndigo.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/indigo
-RELEASE_NAME="-indigo-RC4"
+RELEASE_NAME="-indigo-RC5"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top