Author: ajaquith
Date: Wed Dec 31 09:42:14 2008
New Revision: 730430

URL: http://svn.apache.org/viewvc?rev=730430&view=rev
Log:
Bug fix: exclusion of log4j.jar from Eclipse classpath was causing IDE-run unit 
tests to crash and burn. Re-added.

Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=730430&r1=730429&r2=730430&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Wed Dec 31 09:42:14 2008
@@ -41,5 +41,6 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="lib/slf4j-api-1.5.6.jar"/>
        <classpathentry kind="lib" path="lib/jul-to-slf4j-1.5.6.jar"/>
+       <classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
        <classpathentry kind="output" path="classes"/>
 </classpath>


Reply via email to