diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-01-15 00:22:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-01-15 00:22:43 +0100 |
commit | 50a830f7d477e7e04eaf95f5e8af88fc308bcecd (patch) | |
tree | df19f3391f6e8234a5153f827c83b37d3d3505f5 /org.eclipse.jgit.packaging | |
parent | c6194c7bc92993f356fe256754145130def35417 (diff) | |
download | jgit-50a830f7d477e7e04eaf95f5e8af88fc308bcecd.tar.gz jgit-50a830f7d477e7e04eaf95f5e8af88fc308bcecd.zip |
Update target platforms to use latest orbit build
- use latest I-build for Luna
- use latest M-build for Kepler
Change-Id: I5b85306058877b19eae4cf5a820fe50cdd200c1c
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.3.target | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target index 3e39e68002..901c9b9f9e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.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/I20140110212915/repository/"/> + <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/M20140114142710/repository/"/> <unit id="org.apache.ant.source" version="1.8.4.v201303080030"/> <unit id="org.apache.ant" version="1.8.4.v201303080030"/> <unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/> 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 a91997497d..be7429bd39 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/I20140110212915/repository/"/> + <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20140114130914/repository/"/> <unit id="org.apache.ant.source" version="1.9.2.v201307241445"/> <unit id="org.apache.ant" version="1.9.2.v201307241445"/> <unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/> |