Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Wolf2018-03-11 13:34:31 +0000
committerThomas Wolf2018-03-11 13:34:31 +0000
commitf8190bb026384b7f5a4a54ef93edbbe7c1e534c8 (patch)
tree7f77b23cc28d45553b6a878ef19218152f80abf8 /tools
parent11c42d47a3b6d254a7abc8e85314574ea0f3d467 (diff)
downloadegit-f8190bb026384b7f5a4a54ef93edbbe7c1e534c8.tar.gz
egit-f8190bb026384b7f5a4a54ef93edbbe7c1e534c8.tar.xz
egit-f8190bb026384b7f5a4a54ef93edbbe7c1e534c8.zip
[releng] Include EGit 4.11 API baseline in Oomph setup
Bug: 532272 Change-Id: Ibdf854ce71d5b132c3c441dfa2b1181d71deeecc Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'tools')
-rw-r--r--tools/oomph/EGit.setup20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/oomph/EGit.setup b/tools/oomph/EGit.setup
index cf4c423710..5349a86951 100644
--- a/tools/oomph/EGit.setup
+++ b/tools/oomph/EGit.setup
@@ -105,15 +105,6 @@
xsi:type="pde:APIBaselineTask"
name="EGit"
activate="false"
- version="4.8.0"
- location="${workspace.location/../api.baseline/4.8.0}"
- remoteURI="http://download.eclipse.org/egit/updates-4.8/org.eclipse.egit.repository-4.8.0.201706111038-r.zip">
- <description>EGit 4.8.0 API baseline; to be used with branch stable-4.9</description>
- </setupTask>
- <setupTask
- xsi:type="pde:APIBaselineTask"
- name="EGit"
- activate="false"
version="4.9.2"
location="${workspace.location/../api.baseline/4.9.2}"
remoteURI="http://download.eclipse.org/egit/updates-4.9.2/org.eclipse.egit.repository-4.9.2.201712150930-r.zip">
@@ -122,10 +113,19 @@
<setupTask
xsi:type="pde:APIBaselineTask"
name="EGit"
+ activate="false"
version="4.10.0"
location="${workspace.location/../api.baseline/4.10.0}"
remoteURI="http://download.eclipse.org/egit/updates-4.10/org.eclipse.egit.repository-4.10.0.201712302008-r.zip">
- <description>EGit 4.10.0 API baseline; to be used with branch master</description>
+ <description>EGit 4.10.0 API baseline; to be used with branch stable-4.11</description>
+ </setupTask>
+ <setupTask
+ xsi:type="pde:APIBaselineTask"
+ name="EGit"
+ version="4.11.0"
+ location="${workspace.location/../api.baseline/4.11.0}"
+ remoteURI="http://download.eclipse.org/egit/updates-4.11/org.eclipse.egit.repository-4.11.0.201803080745-r.zip">
+ <description>EGit 4.11.0 API baseline; to be used with branch master</description>
</setupTask>
<stream name="master"
label="Workspace setup for branch master">

Back to the top