diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-08-30 02:17:51 +0200 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-09-01 11:03:18 +0900 |
commit | 0b75d0f0f18f386500acd96a672a685d8622ca18 (patch) | |
tree | c44c80d16e412acfd74b0c13c05aee5eb1a6d49c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target | |
parent | 8abb47b2967d914ebde30fbc2da6e57f88aeb726 (diff) | |
download | jgit-0b75d0f0f18f386500acd96a672a685d8622ca18.tar.gz jgit-0b75d0f0f18f386500acd96a672a685d8622ca18.zip |
Add org.apache.commons.codec 1.9.0 to target platform
This is needed to run tests in org.eclipse.jgit.http.test from Eclipse.
The change 7ac1bfc8 which added this dependency to
org.eclipse.jgit.http.test was already merged.
Restrict dependency to org.apache.commons.codec to the
version range [1.6.0,2.0.0).
CQ: 14048
Change-Id: I461a5f6bfc114757061d68992f9bc7ab38622328
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target index ba00d34405..48cd3001ec 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="jgit-4.6" sequenceNumber="1502749371"> +<target name="jgit-4.6" sequenceNumber="1504051999"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.5.v20170502"/> @@ -25,6 +25,8 @@ <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.apache.ant" version="1.9.6.v201510161327"/> <unit id="org.apache.ant.source" version="1.9.6.v201510161327"/> + <unit id="org.apache.commons.codec" version="1.9.0.v20170208-1614"/> + <unit id="org.apache.commons.codec.source" version="1.9.0.v20170208-1614"/> <unit id="org.apache.commons.compress" version="1.6.0.v201310281400"/> <unit id="org.apache.commons.compress.source" version="1.6.0.v201310281400"/> <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/> |