diff options
author | Mykola Nikishov | 2015-06-28 17:31:48 +0000 |
---|---|---|
committer | Mykola Nikishov | 2015-06-29 22:36:08 +0000 |
commit | c8c4820f20236799beb187182b32179df8fb31b7 (patch) | |
tree | 8508077aeab431d9fb9859112c29e08f5957b8b4 /tools | |
parent | 3cf4821a5e2068d964a5e18bc19848a16f431896 (diff) | |
download | egit-c8c4820f20236799beb187182b32179df8fb31b7.tar.gz egit-c8c4820f20236799beb187182b32179df8fb31b7.tar.xz egit-c8c4820f20236799beb187182b32179df8fb31b7.zip |
[oomph] Set API baseline to latest release 4.0.1
Bug: 449232
Change-Id: I1258efc5abde78f4618fd323d8c18ee340e3a6c3
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/oomph/EGit.setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/oomph/EGit.setup b/tools/oomph/EGit.setup index a1fb4911e0..6c8f7ffe76 100644 --- a/tools/oomph/EGit.setup +++ b/tools/oomph/EGit.setup @@ -55,9 +55,9 @@ <setupTask xsi:type="pde:APIBaselineTask" name="EGit" - version="3.7" + version="4.0.1" location="${workspace.location/../api.baseline}" - remoteURI="http://download.eclipse.org/egit/updates/org.eclipse.egit.repository-3.7.0.201502260915-r.zip"/> + remoteURI="http://download.eclipse.org/egit/updates-4.0.1/org.eclipse.egit.repository-4.0.1.201506240215-r.zip"/> <stream name="master"> <setupTask xsi:type="git:GitCloneTask" |