Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-02-10 10:58:19 +0000
committerMatthias Sohn2015-02-17 00:06:45 +0000
commita8743df19c2574bc3481fa5f811499b5960951a8 (patch)
treec9117827616ffb64acdf7c026d9a06ca2728fd2c /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
parentc18694e0d1c122a2f95537fd9254fb075d2e0bc2 (diff)
downloadjgit-a8743df19c2574bc3481fa5f811499b5960951a8.tar.gz
jgit-a8743df19c2574bc3481fa5f811499b5960951a8.tar.xz
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/feature.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml15
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>

Back to the top