Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-15 12:33:37 +0000
committerMatthias Sohn2015-09-15 12:33:37 +0000
commit2b1d044770b485efeff2f7d5aa803e803dccda57 (patch)
treea687e50aa40f5fce14a5f334dd6605e07f5cb6b4 /org.eclipse.egit.target/orbit
parent0884b2142bfc7beccc00ae9f5c5daa9efe393d9d (diff)
parent729b24d775b6396b2cb38781cb0c942814949278 (diff)
downloadegit-2b1d044770b485efeff2f7d5aa803e803dccda57.tar.gz
egit-2b1d044770b485efeff2f7d5aa803e803dccda57.tar.xz
egit-2b1d044770b485efeff2f7d5aa803e803dccda57.zip
Merge branch 'stable-4.0'
* stable-4.0: Prepare 4.0.3-SNAPSHOT builds EGit v4.0.2.201509141540-r Don't use IPath.equals() since it is broken on Windows [Importer] More direct re-use of EasymportWizard Update build to final R20150821153341 Orbit repository for Mars.1 Fix "Import changed projects" triggered from filtered history Update com.jcraft.jsch to 0.1.53 Always supply repository to the compare input Change-Id: I4a07a16c51e578f0fd3631747a01ee2929919c46 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target/orbit')
-rw-r--r--org.eclipse.egit.target/orbit/R20150821153341-Mars.tpd (renamed from org.eclipse.egit.target/orbit/R20150519210750-Mars.tpd)8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.target/orbit/R20150519210750-Mars.tpd b/org.eclipse.egit.target/orbit/R20150821153341-Mars.tpd
index f0c0439093..e2b2abbc58 100644
--- a/org.eclipse.egit.target/orbit/R20150519210750-Mars.tpd
+++ b/org.eclipse.egit.target/orbit/R20150821153341-Mars.tpd
@@ -1,7 +1,7 @@
-target "R20150519210750-Mars" with source configurePhase
+target "R20150821153341-Mars" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
-location "http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/" {
+location "http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/" {
org.apache.ant [1.9.4.v201504302020,1.9.4.v201504302020]
org.apache.ant.source [1.9.4.v201504302020,1.9.4.v201504302020]
org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400]
@@ -33,8 +33,8 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2015051921075
org.objenesis.source [1.0.0.v201505121915,1.0.0.v201505121915]
org.mockito [1.8.4.v201303031500,1.8.4.v201303031500]
org.mockito.source [1.8.4.v201303031500,1.8.4.v201303031500]
- com.jcraft.jsch [0.1.51.v201410302000,0.1.51.v201410302000]
- com.jcraft.jsch.source [0.1.51.v201410302000,0.1.51.v201410302000]
+ com.jcraft.jsch [0.1.53.v201508180515,0.1.53.v201508180515]
+ com.jcraft.jsch.source [0.1.53.v201508180515,0.1.53.v201508180515]
org.junit [4.11.0.v201303080030,4.11.0.v201303080030]
org.junit.source [4.11.0.v201303080030,4.11.0.v201303080030]
javax.servlet [3.1.0.v201410161800,3.1.0.v201410161800]

Back to the top