diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-10 11:58:19 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-17 01:06:45 +0100 |
commit | a8743df19c2574bc3481fa5f811499b5960951a8 (patch) | |
tree | c9117827616ffb64acdf7c026d9a06ca2728fd2c /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | c18694e0d1c122a2f95537fd9254fb075d2e0bc2 (diff) | |
download | jgit-a8743df19c2574bc3481fa5f811499b5960951a8.tar.gz jgit-a8743df19c2574bc3481fa5f811499b5960951a8.zip |
Add log4j and slf4j-log4j bridge to jgit feature
CQ: 9207
CQ: 9241
Change-Id: Ic06a06da0a74f8fa494c0753cbe9ed2356c21ab3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index def1541717..361b455a06 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -70,4 +70,19 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.slf4j.impl.log4j12" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.apache.log4j" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> |