From 241135e90686ea9214ef5c3b42f5d3737a5ce467 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Tue, 29 May 2007 08:10:43 +0000
Subject: [PATCH] Add logging to Crowd authentication.

SVN: 221
---
 authentication/.classpath | 1 +
 1 file changed, 1 insertion(+)

diff --git a/authentication/.classpath b/authentication/.classpath
index 3ac57f90510..2e9add8be52 100644
--- a/authentication/.classpath
+++ b/authentication/.classpath
@@ -8,5 +8,6 @@
 	<classpathentry kind="lib" path="/libraries/commons-codec/commons-codec.jar" sourcepath="/libraries/commons-codec/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/commons-logging/commons-logging.jar" sourcepath="/libraries/commons-logging/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/commons-lang/commons-lang.jar" sourcepath="/libraries/commons-lang/src.zip"/>
+	<classpathentry kind="lib" path="/libraries/log4j/log4j.jar" sourcepath="/libraries/log4j/src.zip"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
-- 
GitLab