Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2013-05-19 12:54:56 +0000
committerMarkus Knauer2013-05-19 12:54:56 +0000
commit5c4fd278a7dae0cea55375c1eaf51b1a71e09281 (patch)
treec2842cc1dfec53a5547a103f51859353d08546bb /releng
parent310af9317f6c0e296edfbf6f24914f2d8e8ad745 (diff)
downloadorg.eclipse.epp.packages-5c4fd278a7dae0cea55375c1eaf51b1a71e09281.tar.gz
org.eclipse.epp.packages-5c4fd278a7dae0cea55375c1eaf51b1a71e09281.tar.xz
org.eclipse.epp.packages-5c4fd278a7dae0cea55375c1eaf51b1a71e09281.zip
Update scripts and XML files to Kepler RC1
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/epp.sdk.website.xml4
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPKepler.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/epp.sdk.website.xml b/releng/org.eclipse.epp.config/epp.sdk.website.xml
index 5dccd544..76e63ee5 100644
--- a/releng/org.eclipse.epp.config/epp.sdk.website.xml
+++ b/releng/org.eclipse.epp.config/epp.sdk.website.xml
@@ -13,7 +13,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Classic 4.3 M7"
+ packageName="Eclipse Classic 4.3 RC1"
maintainer="Eclipse Platform Team"
iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
bugzillaComponentId=""
@@ -49,6 +49,6 @@
<rcp version="4.3" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-4.3M7" />
+ <product name="eclipse-SDK-4.3RC1" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPPKepler.sh b/releng/org.eclipse.epp.config/startEPPKepler.sh
index 65495db7..196a7199 100755
--- a/releng/org.eclipse.epp.config/startEPPKepler.sh
+++ b/releng/org.eclipse.epp.config/startEPPKepler.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/kepler
-RELEASE_NAME="-kepler-M7"
+RELEASE_NAME="-kepler-RC1"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top