Skip to content
Snippets Groups Projects
Commit f0760f3f authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Changed SWT bot update site in emerge scripts. refs 2596

parent 29b4af19
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ ECHO Installing Java8 support
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.3-P-builds/P20140317-1600/ -installIU org.eclipse.jdt.a2.java8patch.feature.group,org.eclipse.jdt.java8patch.feature.group,org.eclipse.pde.java8patch.feature.group
ECHO Installing SWTBot
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/releases/2.4.0/ -installIU org.eclipse.swtbot.feature.group
ECHO Installing nebula widgets
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://archive.eclipse.org/nebula/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
......@@ -18,7 +18,7 @@ echo Installing Java8 support
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.3-P-builds/P20140317-1600/ -installIU org.eclipse.jdt.a2.java8patch.feature.group,org.eclipse.jdt.java8patch.feature.group,org.eclipse.pde.java8patch.feature.group
echo Installing SWTBot
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/releases/2.4.0/ -installIU org.eclipse.swtbot.feature.group
echo Installing nebula widgets
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://archive.eclipse.org/nebula/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment