Author: psrna
Date: 2012-10-04 04:26:48 -0400 (Thu, 04 Oct 2012)
New Revision: 44282
Modified:
trunk/tests/scripts/installation-updates/src/main/groovy/getAndInstallEclipse.groovy
Log:
Use SR1 as default
Modified:
trunk/tests/scripts/installation-updates/src/main/groovy/getAndInstallEclipse.groovy
===================================================================
---
trunk/tests/scripts/installation-updates/src/main/groovy/getAndInstallEclipse.groovy 2012-10-04
08:26:05 UTC (rev 44281)
+++
trunk/tests/scripts/installation-updates/src/main/groovy/getAndInstallEclipse.groovy 2012-10-04
08:26:48 UTC (rev 44282)
@@ -4,7 +4,7 @@
File eclipseCacheDirectory = System.properties['eclipseCacheDirectory'] != null ?
new File(System.properties['eclipseCacheDirectory']) : new File(".");
String eclipseFlavour = System.properties['eclipseFlavour'] != null ?
System.properties['eclipseFlavour'] : "jee";
String releaseTrainId = System.properties['releaseTrainId'] != null ?
System.properties['releaseTrainId'] : "juno";
-String versionLabel = System.properties['versionLabel'] != null ?
System.properties['versionLabel'] : "R";
+String versionLabel = System.properties['versionLabel'] != null ?
System.properties['versionLabel'] : "SR1";
String mirrorSite = System.properties['mirror'] != null ?
System.properties['mirror'] :
"http://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release";
Show replies by date