Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-05 09:53:22 +0000
committerMarkus Knauer2010-06-05 09:53:22 +0000
commit628bc57e28dfb47b23e531c872eef381e1e84e45 (patch)
treee230b9cdcfc5514ab9b03b3d13dd161bd98a59df /releng
parent437fa7d3deda3dae7a76c7c110da850886898d74 (diff)
downloadorg.eclipse.epp.packages-628bc57e28dfb47b23e531c872eef381e1e84e45.tar.gz
org.eclipse.epp.packages-628bc57e28dfb47b23e531c872eef381e1e84e45.tar.xz
org.eclipse.epp.packages-628bc57e28dfb47b23e531c872eef381e1e84e45.zip
* all: version changes for RC4
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 3206aef8..1d9d4e0c 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 RC3"
+ packageName="Eclipse Classic 3.6.0 RC4"
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.6RC3-201005271700/
+ /eclipse/downloads/drops/S-3.6RC4-201006031500/
</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.6RC3" />
+ <rcp version="3.6RC4" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.6RC3" />
+ <product name="eclipse-SDK-3.6RC4" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index f28baea6..1afeab1d 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-RC3"
+RELEASE_NAME="-helios-RC4"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top