[Red5commits] [2413] Fixed logging for eclipse execution see http://jira.red5.org/confluence/display/
pgregoire
luke at codegent.com
Sat Oct 20 11:20:09 PDT 2007
Fixed logging for eclipse execution see http://jira.red5.org/confluence/display/docs/Logging+Setup for details
Timestamp: 10/20/07 13:10:27 EST (less than one hour ago)
Change: 2413
Author: pgregoire
Files (see diff or trac for details):
java/server/trunk/ivy.xml
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/2413
Index: /java/server/trunk/ivy.xml
===================================================================
--- /java/server/trunk/ivy.xml (revision 2406)
+++ /java/server/trunk/ivy.xml (revision 2413)
@@ -36,7 +36,10 @@
<!-- Logging -->
<dependency name="slf4j-api" rev="1.4.3" />
+ <!-- This is the adapter jar for log4j -->
<dependency name="slf4j-log4j12" rev="1.4.3" />
+ <!-- The jcl (apache commons logging) "over" is used ONLY if you dont use the commons-logging jar -->
<dependency name="jcl104-over-slf4j" rev="1.4.3" />
- <dependency name="log4j-over-slf4j" rev="1.4.3" />
+ <!-- The log4j "over" is used ONLY if you dont use the log4j jar -->
+ <!-- dependency name="log4j-over-slf4j" rev="1.4.3" / -->
<dependency name="log4j" rev="1.2.15" />
<!-- General -->
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list