Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx/testing.properties')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/testing.properties41
1 files changed, 0 insertions, 41 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testing.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testing.properties
deleted file mode 100644
index a0c3a068e..000000000
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testing.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# Copyright (c) 2004, 2014 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-platform=macosx.cocoa.x86_64_7.0
-
-#directory on test machine where automated testing framework will be installed
-#testDir=${testDir}
-
-#name of zip file containing automated testing framework and JUnit test plug-ins
-testFramework=${testDir}/eclipse-Automated-Tests-${buildId}.zip
-
-#name of runtime to install and test
-runtime=eclipse-SDK-${buildId}-macosx-cocoa.tar-x86_64.gz
-
-#name of deltaPack to install and test
-runtimeDeltapack=eclipse-${buildId}-delta-pack.zip
-
-#name of Platform runtime to install and test
-platformArchive=eclipse-platform-${buildId}-macosx-cocoa.tar-x86_64.gz
-
-# Not currently used on eclipse.org tests?
-previousRuntimePlatform=eclipse-platform-4.3.2-macosx-cocoa.tar-x86_64.gz
-
-#directory where test scripts are launched
-executionDir=${testDir}/eclipse-testing
-
-testExecutable=bash
-
-#name of script to execute on remote machine
-testScript=./testAll.sh
-
-#arguments to $(testScript)
-args=

Back to the top