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 2008/11/10 21:46:02 UTC

svn commit: r712829 - in /incubator/jspwiki/trunk: .classpath lib/stripes-1.5.jar tests/lib/stripes-1.5.jar

Author: jalkanen
Date: Mon Nov 10 12:46:01 2008
New Revision: 712829

URL: http://svn.apache.org/viewvc?rev=712829&view=rev
Log:
Moved Stripes from tests to first-class, deployment JAR.

Added:
    incubator/jspwiki/trunk/lib/stripes-1.5.jar
      - copied unchanged from r712472, incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar
Removed:
    incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar
Modified:
    incubator/jspwiki/trunk/.classpath

Modified: incubator/jspwiki/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=712829&r1=712828&r2=712829&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Mon Nov 10 12:46:01 2008
@@ -38,8 +38,8 @@
 	<classpathentry kind="lib" path="tests/lib/jetty-jmx-5.1.14.jar"/>
 	<classpathentry kind="lib" path="tests/lib/jetty-plus-5.1.14.jar"/>
 	<classpathentry kind="lib" path="tests/lib/jetty-servlet-5.1.14.jar"/>
-	<classpathentry kind="lib" path="tests/lib/stripes-1.5.jar"/>
 	<classpathentry kind="lib" path="tests/lib/selenium-server-1.0-beta1.jar"/>
+	<classpathentry kind="lib" path="lib/stripes-1.5.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>