Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2020-09-08 18:10:33 +0000
committerThomas Wolf2020-09-08 18:10:33 +0000
commita19abb7161aa28aab9ec83037381f4918e649a8c (patch)
tree9d4623ca3cdaca614adb4f744873c53983564009
parente669093ec2e89544cbfe0976942136bcc0a9c1f2 (diff)
downloadegit-a19abb7161aa28aab9ec83037381f4918e649a8c.tar.gz
egit-a19abb7161aa28aab9ec83037381f4918e649a8c.tar.xz
egit-a19abb7161aa28aab9ec83037381f4918e649a8c.zip
[oomph] Update and cycle API baselines
Add 5.9.0, remove 5.6.0. Change-Id: I7bd69b702995943212ae05749042faec4a1b4169 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-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 4a02d3edf9..ee358df1f7 100644
--- a/tools/oomph/EGit.setup
+++ b/tools/oomph/EGit.setup
@@ -138,15 +138,6 @@
xsi:type="pde:APIBaselineTask"
name="EGit"
activate="false"
- version="5.6.0"
- location="${workspace.location/../api.baseline/5.6.0}"
- remoteURI="https://download.eclipse.org/egit/updates-5.6/org.eclipse.egit.repository-5.6.0.201912101111-r.zip">
- <description>EGit 5.6.0 API baseline; to be used with branch stable-5.7</description>
- </setupTask>
- <setupTask
- xsi:type="pde:APIBaselineTask"
- name="EGit"
- activate="false"
version="5.7.0"
location="${workspace.location/../api.baseline/5.7.0}"
remoteURI="https://download.eclipse.org/egit/updates-5.7/org.eclipse.egit.repository-5.7.0.202003110725-r.zip">
@@ -155,10 +146,19 @@
<setupTask
xsi:type="pde:APIBaselineTask"
name="EGit"
+ activate="false"
version="5.8.0"
location="${workspace.location/../api.baseline/5.8.0}"
remoteURI="https://download.eclipse.org/egit/updates-5.8/org.eclipse.egit.repository-5.8.0.202006091008-r.zip">
- <description>EGit 5.8.0 API baseline; to be used with branch master</description>
+ <description>EGit 5.8.0 API baseline; to be used with branch stable-5.9</description>
+ </setupTask>
+ <setupTask
+ xsi:type="pde:APIBaselineTask"
+ name="EGit"
+ version="5.9.0"
+ location="${workspace.location/../api.baseline/5.9.0}"
+ remoteURI="https://download.eclipse.org/egit/updates-5.9/org.eclipse.egit.repository-5.9.0.202009080501-r.zip">
+ <description>EGit 5.9.0 API baseline; to be used with branch master</description>
</setupTask>
<stream name="master"
label="Workspace setup for branch master">

Back to the top