[Tynstep-svn] r53 - trunk/step-web-app
ChrisBurrell at crosswire.org
ChrisBurrell at crosswire.org
Tue Dec 15 05:10:03 MST 2009
Author: ChrisBurrell
Date: 2009-12-15 05:10:03 -0700 (Tue, 15 Dec 2009)
New Revision: 53
Modified:
trunk/step-web-app/build.xml
Log:
update to build script to compile pre deploy
Modified: trunk/step-web-app/build.xml
===================================================================
--- trunk/step-web-app/build.xml 2009-12-15 11:30:03 UTC (rev 52)
+++ trunk/step-web-app/build.xml 2009-12-15 12:10:03 UTC (rev 53)
@@ -49,7 +49,7 @@
</target>
<!-- compile, compile.gwt -->
- <target name="deploy" depends="" description="deploys the war file to Tomcat">
+ <target name="deploy" depends="compile.gwt" description="deploys the war file to Tomcat">
<!-- <copy todir="${jetty.dir}">
<fileset dir="build/${war}" />
</copy>
More information about the Tynstep-svn
mailing list