You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/03/19 21:02:12 UTC

svn commit: r756159 - /incubator/jspwiki/trunk/.classpath

Author: jalkanen
Date: Thu Mar 19 20:02:11 2009
New Revision: 756159

URL: http://svn.apache.org/viewvc?rev=756159&view=rev
Log:
Fixed eclipse build path.

Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=756159&r1=756158&r2=756159&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Thu Mar 19 20:02:11 2009
@@ -11,6 +11,7 @@
 	<classpathentry kind="lib" path="tests/lib/selenium-server-1.0b2.jar"/>
 	<classpathentry kind="lib" path="tests/etc"/>
 	<classpathentry kind="lib" path="tests/lib/hsqldb.jar"/>
+	<classpathentry kind="lib" path="src/WebContent/WEB-INF/lib/stripes-1.5.1.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>