Author: nbubna
Date: Fri May 4 14:35:13 2007
New Revision: 535386
URL: http://svn.apache.org/viewvc?view=rev&rev=535386
Log:
add target to stop showcase-webapp test directly
Modified:
velocity/tools/branches/2.x/build.xml
Modified: velocity/tools/branches/2.x/build.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.xml?view=diff&rev=535386&r1=535385&r2=535386
==============================================================================
--- velocity/tools/branches/2.x/build.xml (original)
+++ velocity/tools/branches/2.x/build.xml Fri May 4 14:35:13 2007
@@ -602,4 +602,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>