Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-08-21 08:48:10 +0000
committerMatthias Sohn2012-08-23 17:38:28 +0000
commite32fb2b852dc56df29e4e991c7a3fb14787bb940 (patch)
tree8c5d1b0f7afe189b6c268253b1b03a6c9b7a889f /org.eclipse.egit.target/egit-4.2.target
parented119527f1d30405bdf8d891206a49c0f4933f35 (diff)
downloadegit-e32fb2b852dc56df29e4e991c7a3fb14787bb940.tar.gz
egit-e32fb2b852dc56df29e4e991c7a3fb14787bb940.tar.xz
egit-e32fb2b852dc56df29e4e991c7a3fb14787bb940.zip
Fix target platform definitions
- Jetty 7.1.6 p2 repository was moved to the archive server - Use latest SWTBot snapshot build for UI testing on Eclipse 4.2. A release version compatible with Juno doesn't yet exist. Change-Id: I6633607c14c439994e7679e06e9aef16a45f6c02 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target/egit-4.2.target')
-rw-r--r--org.eclipse.egit.target/egit-4.2.target8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.target/egit-4.2.target b/org.eclipse.egit.target/egit-4.2.target
index dff1658d8d..6d7238438f 100644
--- a/org.eclipse.egit.target/egit-4.2.target
+++ b/org.eclipse.egit.target/egit-4.2.target
@@ -11,7 +11,7 @@
<target name="egit-4.2.target" sequenceNumber="53">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/"/>
+ <repository location="http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/"/>
<unit id="org.eclipse.jetty.client" version="7.6.0.v20120127"/>
<unit id="org.eclipse.jetty.client.source" version="7.6.0.v20120127"/>
<unit id="org.eclipse.jetty.continuation" version="7.6.0.v20120127"/>
@@ -61,13 +61,13 @@
<unit id="javax.servlet.source" version="2.5.0.v201103041518"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
+ <repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
- <repository location="http://download.eclipse.org/releases/juno/"/>
+ <repository location="http://download.eclipse.org/releases/juno"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>

Back to the top