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

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Sat Dec 12 15:14:40 MST 2009


Author: ChrisBurrell
Date: 2009-12-12 15:14:40 -0700 (Sat, 12 Dec 2009)
New Revision: 40

Modified:
   trunk/step-web-app/build.xml
Log:
update to include copy of STEP home page

Modified: trunk/step-web-app/build.xml
===================================================================
--- trunk/step-web-app/build.xml	2009-12-12 22:09:51 UTC (rev 39)
+++ trunk/step-web-app/build.xml	2009-12-12 22:14:40 UTC (rev 40)
@@ -75,6 +75,11 @@
  	<copy todir="${tomcat.dir}/WEB-INF/">
   		<fileset dir="war/WEB-INF/lib" includes="web.xml" />
   	</copy>
+  	
+  	<copy todir="${tomcat.dir}">
+  		<fileset dir="war" includes="Step.html" />
+  	</copy>
+  	  	
   </target>
 
 	




More information about the Tynstep-svn mailing list