SVN: toys/cvsstats/web/build.xml

pawelz pawelz at pld-linux.org
Sat May 1 23:14:16 CEST 2010


Author: pawelz
Date: Sat May  1 23:14:16 2010
New Revision: 11360

Modified:
   toys/cvsstats/web/build.xml
Log:
- better undeploy task description


Modified: toys/cvsstats/web/build.xml
==============================================================================
--- toys/cvsstats/web/build.xml	(original)
+++ toys/cvsstats/web/build.xml	Sat May  1 23:14:16 2010
@@ -70,7 +70,7 @@
 			war="file:${war}"/>
 	</target>
 
-	<target name="undeploy" depends="clean" description="Remove application in Tomcat">
+	<target name="undeploy" depends="clean" description="Remove application from Tomcat">
 		<undeploy url="${tomcat.manager.url}"
 			username="${tomcat.username}"
 			password="${tomcat.password}"


More information about the pld-cvs-commit mailing list