Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-04-22 18:36:29 +0000
committerThomas Wolf2019-04-22 18:36:29 +0000
commit24be8bb6bbd055678ce1e0c93a6a624da09582dd (patch)
tree259779e858ade79c77cafd57b59b584de579ceb2 /org.eclipse.egit.target/egit-4.7.target
parentfa63f34bd61f35f257403d23e9834da5df663ccd (diff)
downloadegit-24be8bb6bbd055678ce1e0c93a6a624da09582dd.tar.gz
egit-24be8bb6bbd055678ce1e0c93a6a624da09582dd.tar.xz
egit-24be8bb6bbd055678ce1e0c93a6a624da09582dd.zip
Update target platforms to include JSch 0.1.55
Using Orbit I20190404224055. Bug: 546130 Change-Id: I5f40815d8e4f2482b58091ecc2ed38134eaff613 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.target/egit-4.7.target')
-rw-r--r--org.eclipse.egit.target/egit-4.7.target8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.target/egit-4.7.target b/org.eclipse.egit.target/egit-4.7.target
index 324837793c..e5560e11a9 100644
--- a/org.eclipse.egit.target/egit-4.7.target
+++ b/org.eclipse.egit.target/egit-4.7.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="egit-4.7" sequenceNumber="1551830521">
+<target name="egit-4.7" sequenceNumber="1555945655">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.client" version="9.4.14.v20181114"/>
@@ -31,8 +31,8 @@
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
<unit id="com.google.gson.source" version="2.8.2.v20180104-1110"/>
- <unit id="com.jcraft.jsch" version="0.1.54.v20170116-1932"/>
- <unit id="com.jcraft.jsch.source" version="0.1.54.v20170116-1932"/>
+ <unit id="com.jcraft.jsch" version="0.1.55.v20190404-1902"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.55.v20190404-1902"/>
<unit id="javaewah" version="1.1.6.v20160919-1400"/>
<unit id="javaewah.source" version="1.1.6.v20160919-1400"/>
<unit id="javax.activation" version="1.1.0.v201211130549"/>
@@ -97,7 +97,7 @@
<unit id="org.apache.sshd.core.source" version="2.0.0.v20181102-1323"/>
<unit id="org.apache.sshd.sftp" version="2.0.0.v20181102-1323"/>
<unit id="org.apache.sshd.sftp.source" version="2.0.0.v20181102-1323"/>
- <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository"/>
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20190404224055/repository"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>

Back to the top