Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2010-03-15 08:32:43 +0000
committerMarkus Knauer2010-03-15 08:32:43 +0000
commitaff87bdee53b2f1ab9ebfe9e197ff681b9923502 (patch)
tree00038b10c1d749d78267fff52d72a49ed0bbddde /releng
parenta13484551734f5de952ee14411e00e5f488a2387 (diff)
downloadorg.eclipse.epp.packages-aff87bdee53b2f1ab9ebfe9e197ff681b9923502.tar.gz
org.eclipse.epp.packages-aff87bdee53b2f1ab9ebfe9e197ff681b9923502.tar.xz
org.eclipse.epp.packages-aff87bdee53b2f1ab9ebfe9e197ff681b9923502.zip
* M6 updates
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/eclipse_sdk_helios.xml9
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh9
2 files changed, 9 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 817c5d8a..de92054a 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 M5"
+ packageName="Eclipse Classic 3.6.0 M6"
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.6M5-201001291300/
+ /eclipse/downloads/drops/S-3.6M6-201003121448/
</FakePackageLocation>
</packageMetaData>
<MoreInfo>
@@ -47,12 +47,11 @@
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.6M5" />
+ <rcp version="3.6M6" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-SDK-3.6M5" />
+ <product name="eclipse-SDK-3.6M6" />
</configuration>
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index f3c9d1cf..fc8dc55a 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -28,10 +28,11 @@ REPO_HELIOS="${BASE_URL}/releases/helios/"
REPO_STAGING="${BASE_URL}/releases/staging/"
#REPO_EPP_HELIOS="${BASE_URL}/technology/epp/packages/helios/milestones"
REPO_EPP_HELIOS="file:///shared/technology/epp/epp_repo/helios/epp.build/buildresult/org.eclipse.epp.allpackages.helios.feature_1.3.0-eclipse.feature/site.p2"
+REPO_EPP_MPV="http://download.eclipse.org/mpc/repo"
# Repositories (Helios)
-METADATAREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS}"
-ARTIFACTREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS}"
+METADATAREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS},${REPO_EPP_MPV}"
+ARTIFACTREPOSITORIES="${REPO_ECLIPSE36},${REPO_STAGING},${REPO_EPP_HELIOS},${REPO_EPP_MPV}"
#OSes=( win32 linux linux macosx macosx macosx )
#WSes=( win32 gtk gtk cocoa cocoa carbon )
@@ -58,7 +59,7 @@ MARKERFILENAME=".epp.nightlybuild"
STATUSFILENAME="status.stub"
CVSPATH="org.eclipse.epp/releng/org.eclipse.epp.config"
CVSPROJECTPATH="org.eclipse.epp/packages"
-RELEASE_NAME="-helios-M5"
+RELEASE_NAME="-helios-M6"
###############################################################################
@@ -190,4 +191,4 @@ echo "EPP package build finished."
## using the Hudson EPP lock, but leave the code in there for now
#rm ${LOCKFILE}
-## EOF \ No newline at end of file
+## EOF

Back to the top