You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/10/31 21:21:24 UTC

svn commit: r590809 - /velocity/tools/trunk/build.xml

Author: nbubna
Date: Wed Oct 31 13:21:24 2007
New Revision: 590809

URL: http://svn.apache.org/viewvc?rev=590809&view=rev
Log:
add test.stop target

Modified:
    velocity/tools/trunk/build.xml

Modified: velocity/tools/trunk/build.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?rev=590809&r1=590808&r2=590809&view=diff
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Wed Oct 31 13:21:24 2007
@@ -595,4 +595,9 @@
     <ant antfile="${basedir}/test.xml" target="test.view" />
   </target>
 
+  <!-- View tests -->
+  <target name="test.stop" description="Stop VelocityView Test">
+    <ant antfile="${basedir}/test.xml" target="stop-showcase-webapp" />
+  </target>
+
 </project>