Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-02-01 18:19:49 +0000
committerMarkus Knauer2010-02-01 18:19:49 +0000
commit1331d8175e91e68f682c25934b23de4b1ce13ca4 (patch)
treeb65c528a1cb33be5e08cccd585c85cd79c8923d3 /releng/org.eclipse.epp.config
parent23b5beca56f624500ac319d91c414147aec4f907 (diff)
downloadorg.eclipse.epp.packages-1331d8175e91e68f682c25934b23de4b1ce13ca4.tar.gz
org.eclipse.epp.packages-1331d8175e91e68f682c25934b23de4b1ce13ca4.tar.xz
org.eclipse.epp.packages-1331d8175e91e68f682c25934b23de4b1ce13ca4.zip
Helios M5 updates
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_helios.xml11
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh10
2 files changed, 12 insertions, 9 deletions
diff --git a/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml b/releng/org.eclipse.epp.config/eclipse_sdk_helios.xml
index a160e48b..817c5d8a 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 M4"
+ packageName="Eclipse Classic 3.6.0 M5"
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.6M4-200912101301/
+ /eclipse/downloads/drops/S-3.6M5-201001291300/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
@@ -42,14 +42,17 @@
<NewAndNoteworthy
url="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M4-200912101301/eclipse-news-M4.html"
project="Eclipse Platform M4" />
+ <NewAndNoteworthy
+ url="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M5-201001291300/eclipse-news-M5.html"
+ project="Eclipse Platform M5" />
</MoreInfo>
<!-- version, the RCP version to build. This is used to determine the file
name of the root file archives -->
- <rcp version="3.6M4" />
+ <rcp version="3.6M5" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.6M4" />
+ <product name="eclipse-SDK-3.6M5" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index c9f5b139..77c97b53 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -33,10 +33,10 @@ REPO_EPP_HELIOS="file:///shared/technology/epp/epp_repo/helios/epp.build/buildre
METADATAREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS}"
ARTIFACTREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS}"
-OSes=( win32 linux linux macosx macosx macosx )
-WSes=( win32 gtk gtk cocoa cocoa carbon )
-ARCHes=( x86 x86 x86_64 x86 x86_64 ppc )
-FORMAT=( zip tar.gz tar.gz tar.gz tar.gz tar.gz )
+OSes=( win32 win32 linux linux macosx macosx )
+WSes=( win32 win32 gtk gtk cocoa cocoa )
+ARCHes=( x86 x86_64 x86 x86_64 x86 x86_64 )
+FORMAT=( zip zip tar.gz tar.gz tar.gz tar.gz )
BASE_DIR=/shared/technology/epp/epp_build/36
DOWNLOAD_BASE_DIR=${BASE_DIR}/download
@@ -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="-helios-M4"
+RELEASE_NAME="-helios-M5"
###############################################################################

Back to the top