Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Sohn2017-04-09 21:51:22 +0000
committerMatthias Sohn2017-04-09 21:51:22 +0000
commitc53753c814afc7d1921d6d330a0938bef0dcecd0 (patch)
tree20eb0316e60ebf3088996fa67173c3384547627a /tools
parent4455fec94e3bf5a744395aa64ee139837957c18d (diff)
downloadegit-c53753c814afc7d1921d6d330a0938bef0dcecd0.tar.gz
egit-c53753c814afc7d1921d6d330a0938bef0dcecd0.tar.xz
egit-c53753c814afc7d1921d6d330a0938bef0dcecd0.zip
Update Oomph setup
- update Jetty to 9.3.17.v20170317 - update Orbit to S20170306214312 - update API baseline to 4.7.0.201704051617-r Change-Id: I1ffe33ca2583fc2007dc42d5b63d188a6ab046e2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/oomph/EGit.setup16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/oomph/EGit.setup b/tools/oomph/EGit.setup
index 16d8666570..6dbf49c283 100644
--- a/tools/oomph/EGit.setup
+++ b/tools/oomph/EGit.setup
@@ -85,9 +85,9 @@
<setupTask
xsi:type="pde:APIBaselineTask"
name="EGit"
- version="4.6.0"
+ version="4.7.0"
location="${workspace.location/../api.baseline}"
- remoteURI="http://download.eclipse.org/egit/updates-4.6/org.eclipse.egit.repository-4.6.0.201612231935-r.zip"/>
+ remoteURI="http://download.eclipse.org/egit/updates-4.7/org.eclipse.egit.repository-4.7.0.201704051617-r.zip"/>
<stream name="master">
<setupTask
xsi:type="setup:VariableTask"
@@ -211,9 +211,9 @@
<repository
url="http://download.eclipse.org/modeling/emf/cdo/orbit/latest-R"/>
<repository
- url="http://download.eclipse.org/tools/orbit/downloads/drops/S20161021172207/repository"/>
+ url="http://download.eclipse.org/tools/orbit/downloads/drops/S20170306214312/repository"/>
<repository
- url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.3.v20170317"/>
+ url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.3.17.v20170317"/>
<repository
url="http://download.eclipse.org/technology/swtbot/releases/latest"/>
<repository
@@ -224,13 +224,13 @@
<repository
url="http://download.eclipse.org/modeling/emf/cdo/orbit/latest-R"/>
<repository
- url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.3.v20170317"/>
+ url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.3.17.v20170317"/>
<repository
url="http://download.eclipse.org/technology/swtbot/snapshots"/>
<repository
url="http://download.eclipse.org/mylyn/releases/latest"/>
<repository
- url="http://download.eclipse.org/tools/orbit/downloads/drops/S20161021172207/repository"/>
+ url="http://download.eclipse.org/tools/orbit/downloads/drops/S20170306214312/repository"/>
</repositoryList>
<repositoryList
name="Mars">
@@ -239,11 +239,11 @@
<repository
url="http://download.eclipse.org/modeling/emf/cdo/orbit/latest-R"/>
<repository
- url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.3.v20170317"/>
+ url="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.3.17.v20170317"/>
<repository
url="http://download.eclipse.org/technology/swtbot/snapshots"/>
<repository
- url="http://download.eclipse.org/tools/orbit/downloads/drops/S20161021172207/repository"/>
+ url="http://download.eclipse.org/tools/orbit/downloads/drops/S20170306214312/repository"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
</repositoryList>

Back to the top