diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-31 22:48:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-31 22:48:45 +0100 |
commit | de37eb3a9db81fc6883b8c4f257fb40fe32b9da7 (patch) | |
tree | 361b5d3cf5a493050b122f55f92e40fb54568c25 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | |
parent | d0f44d43968e83699e87d6dcc73eb86de203e0a9 (diff) | |
download | jgit-de37eb3a9db81fc6883b8c4f257fb40fe32b9da7.tar.gz jgit-de37eb3a9db81fc6883b8c4f257fb40fe32b9da7.zip |
Update 2018-12 Orbit repository to S20181031145145
Add the following new bundles needed for new ssh implementation:
- net.i2p.crypto.eddsa 0.3.0
- net.i2p.crypto.eddsa.source 0.3.0
- org.apache.sshd.core 2.0.0
- org.apache.sshd.core.source 2.0.0
- org.apache.sshd.sftp 2.0.0
- org.apache.sshd.sftp.source 2.0.0
Change-Id: I336166dd71522cc382df2e3efc00e7126d2c0874
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target index 0a4ec20d42..1e1f4a0c8f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.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="jgit-4.9" sequenceNumber="1540855700"> +<target name="jgit-4.9" sequenceNumber="1541022269"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.11.v20180605"/> @@ -66,7 +66,13 @@ <unit id="org.slf4j.impl.log4j12.source" version="1.7.2.v20131105-2200"/> <unit id="com.jcraft.jzlib" version="1.1.1.v201205102305"/> <unit id="com.jcraft.jzlib.source" version="1.1.1.v201205102305"/> - <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository"/> + <unit id="net.i2p.crypto.eddsa" version="0.3.0.v20181031-0007"/> + <unit id="net.i2p.crypto.eddsa.source" version="0.3.0.v20181031-0007"/> + <unit id="org.apache.sshd.core" version="2.0.0.v20181026-1233"/> + <unit id="org.apache.sshd.core.source" version="2.0.0.v20181026-1233"/> + <unit id="org.apache.sshd.sftp" version="2.0.0.v20181026-1233"/> + <unit id="org.apache.sshd.sftp.source" version="2.0.0.v20181026-1233"/> + <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20181031145145/repository"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> |