Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-17 05:18:45 +0000
committerMarkus Knauer2010-06-17 05:18:45 +0000
commiteead109a1697a140bb3ba8e2ac2c2252c5ce6a9d (patch)
treeff00466bf7058c012ccca5d2433abd66ebfc90df /releng
parent1e1a0343a921656fb3582e03dcc05d13dc33165d (diff)
downloadorg.eclipse.epp.packages-eead109a1697a140bb3ba8e2ac2c2252c5ce6a9d.tar.gz
org.eclipse.epp.packages-eead109a1697a140bb3ba8e2ac2c2252c5ce6a9d.tar.xz
org.eclipse.epp.packages-eead109a1697a140bb3ba8e2ac2c2252c5ce6a9d.zip
* all: removed macosx-carbon configuration - part II
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index aecd3238..2405f80e 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -60,7 +60,7 @@ REPO_EPP_WORKINGCOPY_URL="file://${EPPREPO_WORKINGCOPY_DIR}"
METADATAREPOSITORIES="${REPO_ECLIPSE_URL},${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
ARTIFACTREPOSITORIES="${REPO_ECLIPSE_URL},${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
-# definition of OS, WS, ARCH, FORMAT combinations
+# definition of OS, WS, ARCH, FORMAT combinations - DO NOT FORGET to adjust the for loop
OSes=( win32 win32 linux linux macosx macosx )
WSes=( win32 win32 gtk gtk cocoa cocoa )
ARCHes=( x86 x86_64 x86 x86_64 x86 x86_64 )
@@ -124,7 +124,7 @@ do
# Start statusfile
echo "<td>" >>${STATUSFILE}
- for index in 0 1 2 3 4 5 6;
+ for index in 0 1 2 3 4 5;
do
echo -n "...EPP building ${PACKAGE} ${OSes[$index]} ${WSes[$index]} ${ARCHes[$index]} "
EXTENSION="${OSes[$index]}.${WSes[$index]}.${ARCHes[$index]}"

Back to the top