Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-25 09:31:44 +0000
committerSravan Kumar Lakkimsetti2019-03-25 09:34:00 +0000
commiteac0580b59e43b8670504e394c73cf5403a94775 (patch)
treebb6f801c16ec1cf2f2ac1d1b9fd7627256b77da5 /production/testScripts/configuration
parent3d1295c472f9d4ccac4b0def754fdfda022e49c8 (diff)
downloadeclipse.platform.releng.aggregator-eac0580b59e43b8670504e394c73cf5403a94775.tar.gz
eclipse.platform.releng.aggregator-eac0580b59e43b8670504e394c73cf5403a94775.tar.xz
eclipse.platform.releng.aggregator-eac0580b59e43b8670504e394c73cf5403a94775.zip
use http link instead of file:// link for accessing /shared
Change-Id: Iebff7aaa86567431481424cd4f98f25f50c5f548 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 3d03e4ba8..0e1fcb1f6 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -428,15 +428,15 @@
if="derby"
unless="skipDerby">
<!-- use p2director, not dropins -->
- <!--
<property
name="perfrepoLocation"
value="http://build.eclipse.org/eclipse/buildtools/" />
- -->
<!-- use 'file://' if problems with proxies -->
+ <!--
<property
name="perfrepoLocation"
value="file:///shared/eclipse/buildtools/" />
+ -->
<java
jar="${launcherPath}"

Back to the top