diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-04 23:28:49 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-04 23:29:09 +0200 |
commit | f449f6b1c9120853eaf36e965ee6f7205201977e (patch) | |
tree | 3712961587407df42a3246e8a367b337a9e174d7 /org.eclipse.jgit.packaging | |
parent | 0b9bef49f4f29cbfefad2ce3235c1d037e983b1d (diff) | |
parent | 3b83e1a398f8a638e725621aae60d45210879a59 (diff) | |
download | jgit-f449f6b1c9120853eaf36e965ee6f7205201977e.tar.gz jgit-f449f6b1c9120853eaf36e965ee6f7205201977e.zip |
Merge branch 'stable-3.4'
* stable-3.4:
Prepare post 3.4 RC3 builds
JGit v3.4.0.201406041058-rc3
blame: Un-break isFile check in tree walk
Prepare post 3.4.0 RC2 builds
JGit v3.4.0.201405281120-rc2
Fix authentication type names broken by 0b5441a8
Update Luna target platform to Orbit release R20140525021250
Change-Id: I344f1bbb8939bda01d524ec1a3218aa32bcc62f5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target index 3f30ef5336..17db411e8e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target @@ -30,7 +30,7 @@ <unit id="org.eclipse.jetty.util.source" version="7.6.14.v20131031"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit"> - <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20140428023358/repository/"/> + <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/> <unit id="org.apache.ant.source" version="1.9.2.v201404171502"/> <unit id="org.apache.ant" version="1.9.2.v201404171502"/> <unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/> |