You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2008/12/28 13:10:27 UTC

svn commit: r729722 - in /incubator/jspwiki/trunk: .classpath lib/commons-logging.jar

Author: metskem
Date: Sun Dec 28 04:10:27 2008
New Revision: 729722

URL: http://svn.apache.org/viewvc?rev=729722&view=rev
Log:
during one of the many merges two changes sneaked in that should not have been there 
(removed commons-logging.jar, removed log4j from classpath)

Removed:
    incubator/jspwiki/trunk/lib/commons-logging.jar
Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=729722&r1=729721&r2=729722&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Sun Dec 28 04:10:27 2008
@@ -38,7 +38,6 @@
 	<classpathentry kind="lib" path="tests/lib/selenium-server-1.0-beta1.jar"/>
 	<classpathentry kind="lib" path="lib/stripes-1.5.jar" sourcepath="/stripes-1.5/stripes/src"/>
 	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.6.jar"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
 	<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"/>