[Tynstep-svn] r105 - trunk/step-web-app

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Sun Mar 28 08:56:28 MST 2010


Author: ChrisBurrell
Date: 2010-03-28 08:56:28 -0700 (Sun, 28 Mar 2010)
New Revision: 105

Modified:
   trunk/step-web-app/build.xml
Log:
include new test jars

Modified: trunk/step-web-app/build.xml
===================================================================
--- trunk/step-web-app/build.xml	2010-03-28 15:26:54 UTC (rev 104)
+++ trunk/step-web-app/build.xml	2010-03-28 15:56:28 UTC (rev 105)
@@ -7,11 +7,11 @@
   <path id="classpath">
     <pathelement location="build"/>
     <fileset dir="war/WEB-INF/lib" includes="**/*.jar"/>
-  	<pathelement location="src/main/java"/>
-        <pathelement location="serc/main/resources/"/>  	
+    <fileset dir="lib/test" includes="**/*.jar"/>
+    <pathelement location="src/main/java"/>
+    <pathelement location="src/main/resources/"/>  	
     <pathelement location="${gwt.dir}/gwt-user.jar"/>
     <pathelement location="${gwt.dir}/gwt-dev.jar"/>
-
   	<!-- next line is platform-specific -->
     <!-- <pathelement location="${gwt.dir}/gwt-dev-mac.jar"/> -->
     <pathelement location="${gwt.dir}/gwt-servlet.jar"/>




More information about the Tynstep-svn mailing list