Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-04-17 05:37:28 +0000
committerMariot Chauvin2012-05-18 13:45:03 +0000
commit8568f5ebaa61900f8759713e9c353a4e6afd679b (patch)
tree8db9d8c0231dba7cd38f5430b979f5afd1878646
parent10d2af23f2e9e42a314c80cae66f1e24a781e963 (diff)
downloadorg.eclipse.swtbot-8568f5ebaa61900f8759713e9c353a4e6afd679b.tar.gz
org.eclipse.swtbot-8568f5ebaa61900f8759713e9c353a4e6afd679b.tar.xz
org.eclipse.swtbot-8568f5ebaa61900f8759713e9c353a4e6afd679b.zip
Add build configuration for Eclipse 4.2M6
In order to make this useful a new Hudson job is required. Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-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&amp;file=/technology/swtbot/juno/dev-build/update-site

Back to the top