diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-24 23:44:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-24 23:45:19 +0100 |
commit | d216ce41435784017c1fe02ea4f1e86ca36fa885 (patch) | |
tree | 5c468bf23c9e4d08b3d771efc1d887b8c9db165a /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | b9725a54fd85f2c7561ff23ca821bf1697f441fd (diff) | |
parent | a8743df19c2574bc3481fa5f811499b5960951a8 (diff) | |
download | jgit-d216ce41435784017c1fe02ea4f1e86ca36fa885.tar.gz jgit-d216ce41435784017c1fe02ea4f1e86ca36fa885.zip |
Merge branch 'stable-3.7'
* stable-3.7:
Add log4j and slf4j-log4j bridge to jgit feature
Use slf4j to log instead of printing to System.err
Use Target Platform Definition DSL to generate target platforms
Change-Id: Ic8779868150c910fa55fd20348e35723e6add0f1
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 22 |
1 files changed, 22 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 e630292d2b..07e39be79e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -63,4 +63,26 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.slf4j.api" + download-size="0" + install-size="0" + 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> |