Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2010-05-29 08:12:30 +0000
committerMarkus Knauer2010-05-29 08:12:30 +0000
commiteef728dfd5474d4b705c7d530e2a9fda8ddf8ed2 (patch)
tree89286b033d4e8e2a8a00370d02407141b251f91f /releng
parentab7cc2d3910468ae0816a2759249cf3ababe4045 (diff)
downloadorg.eclipse.epp.packages-eef728dfd5474d4b705c7d530e2a9fda8ddf8ed2.tar.gz
org.eclipse.epp.packages-eef728dfd5474d4b705c7d530e2a9fda8ddf8ed2.tar.xz
org.eclipse.epp.packages-eef728dfd5474d4b705c7d530e2a9fda8ddf8ed2.zip
* version change from RC2 to RC3 in all config files
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_helios.xml8
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml b/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml
index efdc799c..3206aef8 100644
--- a/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml
+++ b/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml
@@ -13,7 +13,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 3.6.0 RC2"
+ packageName="Eclipse Classic 3.6.0 RC3"
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/drops/S-3.6RC2-201005201744/
+ /eclipse/downloads/drops/S-3.6RC3-201005271700/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
@@ -55,9 +55,9 @@
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="3.6RC2" />
+ <rcp version="3.6RC3" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.6RC2" />
+ <product name="eclipse-SDK-3.6RC3" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index 3e59d8c2..f28baea6 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/36
-RELEASE_NAME="-helios-RC2"
+RELEASE_NAME="-helios-RC3"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top