Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource4
-rw-r--r--production/testScripts/runTests2.xml6
2 files changed, 7 insertions, 3 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 4615f5239..66372cf0f 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -633,7 +633,7 @@ fn-gather-sdk ()
cp org.eclipse.sdk.ide-linux.gtk.x86.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz
cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz
#tar cfz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz -C org.eclipse.sdk.ide/macosx/cocoa/x86_64 eclipse
- cp org.eclipse.sdk.ide-macosx.cocoa.x86.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-macosx-cocoa.tar.gz
+ # cp org.eclipse.sdk.ide-macosx.cocoa.x86.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-macosx-cocoa.tar.gz
#tar cfz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-macosx-cocoa.tar.gz -C org.eclipse.sdk.ide/macosx/cocoa/x86 eclipse
cp org.eclipse.sdk.ide-solaris.gtk.sparc.zip "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-solaris-gtk.zip
cp org.eclipse.sdk.ide-solaris.gtk.x86.zip "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-solaris-gtk-x86.zip
@@ -672,7 +672,7 @@ fn-gather-platform ()
cp org.eclipse.platform.ide-linux.gtk.x86.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz
cp org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz
#tar cfz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz -C org.eclipse.platform.ide/macosx/cocoa/x86_64 eclipse
- cp org.eclipse.platform.ide-macosx.cocoa.x86.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-macosx-cocoa.tar.gz
+ # cp org.eclipse.platform.ide-macosx.cocoa.x86.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-macosx-cocoa.tar.gz
#tar cfz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-macosx-cocoa.tar.gz -C org.eclipse.platform.ide/macosx/cocoa/x86 eclipse
cp org.eclipse.platform.ide-solaris.gtk.sparc.zip "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-solaris-gtk.zip
cp org.eclipse.platform.ide-solaris.gtk.x86.zip "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index c2cbcdce8..d7638d8ca 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -133,6 +133,7 @@
dest="${executionDir}/platformLocation/eclipse-platform-${previousReleaseVersion}-linux-gtk.tar.gz" />
</target>
+ <!--
<target
name="getmaczips"
depends="getPlatformIndependentZips"
@@ -147,7 +148,8 @@
src="${stableDirectorLocation}/eclipse-platform-${previousReleaseVersion}-macosx-cocoa.tar.gz"
dest="${executionDir}/platformLocation/eclipse-platform-${previousReleaseVersion}-macosx-cocoa.tar.gz" />
</target>
-
+ -->
+
<target
name="getmacosx"
depends="getPlatformIndependentZips"
@@ -350,6 +352,7 @@
arg1="${testPlatform}"
arg2="linux32" />
</condition>
+ <!--
<condition
property="getArtifacts"
value="getmaczips">
@@ -357,6 +360,7 @@
arg1="${testPlatform}"
arg2="macmini" />
</condition>
+ -->
<condition
property="getArtifacts"
value="getmacosx">

Back to the top