Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2009-05-27 16:01:12 +0000
committerMarkus Knauer2009-05-27 16:01:12 +0000
commit13944552295aa195203377aef5b3d87077134bd4 (patch)
tree968f26ca10a02da452af71a433634c9f23649e5e /releng
parenta9cd5d41aa68ffbb3302cb343d8d3fa32f736318 (diff)
downloadorg.eclipse.epp.packages-13944552295aa195203377aef5b3d87077134bd4.tar.gz
org.eclipse.epp.packages-13944552295aa195203377aef5b3d87077134bd4.tar.xz
org.eclipse.epp.packages-13944552295aa195203377aef5b3d87077134bd4.zip
adding additional platform to the build: macosx|carbon|x86|tar.gz
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index f04322d0..128e1c25 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -33,10 +33,10 @@ REPO_EPP_GALILEO="file:///shared/technology/epp/epp_repo/galileo/epp.build/build
METADATAREPOSITORIES="${REPO_STAGING},${REPO_ECLIPSE35},${REPO_EPP_GALILEO}"
ARTIFACTREPOSITORIES="${REPO_STAGING},${REPO_ECLIPSE35},${REPO_EPP_GALILEO}"
-OSes=( win32 linux linux macosx )
-WSes=( win32 gtk gtk cocoa )
-ARCHes=( x86 x86 x86_64 x86 )
-FORMAT=( zip tar.gz tar.gz tar.gz )
+OSes=( win32 linux linux macosx macosx )
+WSes=( win32 gtk gtk cocoa carbon )
+ARCHes=( x86 x86 x86_64 x86 x86 )
+FORMAT=( zip tar.gz tar.gz tar.gz tar.gz )
BASE_DIR=/shared/technology/epp/epp_build/35
DOWNLOAD_BASE_DIR=${BASE_DIR}/download

Back to the top