diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-09 21:54:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-17 01:06:17 +0100 |
commit | c18694e0d1c122a2f95537fd9254fb075d2e0bc2 (patch) | |
tree | 2da7e6a8382e68ae88a334d28f61d79a15536852 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target | |
parent | af4bde1ed257c9f0311fc31e14c2f3087ea8e928 (diff) | |
download | jgit-c18694e0d1c122a2f95537fd9254fb075d2e0bc2.tar.gz jgit-c18694e0d1c122a2f95537fd9254fb075d2e0bc2.zip |
Use slf4j to log instead of printing to System.err
CQ: 9206
Bug: 458445
Change-Id: Ic68fb7dbe0fb46bf30f157db45bf18d8f3a704c0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target index 45dec35aef..4909416f74 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.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.5" sequenceNumber="1424127977"> +<target name="jgit-4.5" sequenceNumber="1424129206"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="7.6.14.v20131031"/> @@ -53,6 +53,8 @@ <unit id="javax.servlet.source" version="2.5.0.v201103041518"/> <unit id="org.tukaani.xz" version="1.3.0.v201308270617"/> <unit id="org.tukaani.xz.source" version="1.3.0.v201308270617"/> + <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/> + <unit id="org.slf4j.api.source" version="1.7.2.v20121108-1250"/> <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150202203538/repository/"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> |