Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.swtbot.releng/build-conf/e42.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.swtbot.releng/build-conf/e42.properties b/org.eclipse.swtbot.releng/build-conf/e42.properties
new file mode 100644
index 00000000..1a476a0a
--- /dev/null
+++ b/org.eclipse.swtbot.releng/build-conf/e42.properties
@@ -0,0 +1,11 @@
+## The location from where eclipse SDK will be downloaded in case there's none in the releng/externals directory
+## Don't add the trailing file name, the file name is automatically appended based on eclipse.sdk.archive
+## for locations of the eclipse SDKs
+## see http://download.eclipse.org/eclipse/downloads/ and http://archive.eclipse.org/eclipse/downloads/index.php
+
+eclipse.sdk.url = http://download.eclipse.org/eclipse/downloads/drops4/S-4.2M6-201203151300/
+
+eclipse.buildId = 4.2M6
+eclipse.qualifier = e42
+
+update.site.base.url = http://www.eclipse.org/downloads/download.php?r=1&file=/technology/swtbot/juno/dev-build/update-site

Back to the top