svn commit: r1417273 - /cocoon/branches/BRANCH_2_1_X/lib/jars.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: crossley
Date: Wed Dec 5 03:33:40 2012
New Revision: 1417273
URL: http://svn.apache.org/viewvc?rev=1417273&view=rev
Log:
Add SLF4J to lib/jars.xml (otherwise the build intentionally fails).
Issue: COCOON-2288
Modified:
cocoon/branches/BRANCH_2_1_X/lib/jars.xml
Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?rev=1417273&r1=1417272&r2=1417273&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Wed Dec 5 03:33:40 2012
@@ -1235,4 +1235,14 @@
<homepage>http://dojotoolkit.org/</homepage>
</file>
+ <file>
+ <title>SLF4J</title>
+ <description>
+ Simple Logging Facade for Java
+ </description>
+ <used-by>Core</used-by>
+ <lib>core/slf4j-api-1.6.4.jar</lib>
+ <homepage>http://www.slf4j.org/</homepage>
+ </file>
+
</jars>