Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-02-09 15:16:35 +0000
committerMarkus Knauer2010-02-09 15:16:35 +0000
commit13d41b5555f84874016f7cccedae08ce57f10b62 (patch)
treecd1ec32adcc603ea060eea0a624e89b5f4d51054 /releng/org.eclipse.epp.config
parent8d3f5e2dd8ae493ead48dad98a1ae83588389580 (diff)
downloadorg.eclipse.epp.packages-13d41b5555f84874016f7cccedae08ce57f10b62.tar.gz
org.eclipse.epp.packages-13d41b5555f84874016f7cccedae08ce57f10b62.tar.xz
org.eclipse.epp.packages-13d41b5555f84874016f7cccedae08ce57f10b62.zip
re-enabling macosx-carbon-ppc
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh14
1 files changed, 10 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index 77c97b53..f3c9d1cf 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -33,10 +33,16 @@ 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 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 )
+#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 macosx )
+WSes=( win32 win32 gtk gtk cocoa cocoa carbon )
+ARCHes=( x86 x86_64 x86 x86_64 x86 x86_64 ppc )
+FORMAT=( zip zip tar.gz tar.gz tar.gz tar.gz tar.gz )
BASE_DIR=/shared/technology/epp/epp_build/36
DOWNLOAD_BASE_DIR=${BASE_DIR}/download

Back to the top