You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2010/03/18 13:23:51 UTC

svn commit: r924742 - /incubator/wookie/trunk/ant/ivy-webapp-common.xml

Author: psharples
Date: Thu Mar 18 12:23:51 2010
New Revision: 924742

URL: http://svn.apache.org/viewvc?rev=924742&view=rev
Log:
Removed stopserver task - now is in ivy-java-common. See WOOKIE-129.

Modified:
    incubator/wookie/trunk/ant/ivy-webapp-common.xml

Modified: incubator/wookie/trunk/ant/ivy-webapp-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-webapp-common.xml?rev=924742&r1=924741&r2=924742&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-webapp-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-webapp-common.xml Thu Mar 18 12:23:51 2010
@@ -21,12 +21,6 @@
 
 	<import file="ivy-java-common.xml" />
 	
-	<target name="stopserver">
-		<parallel>
-			<java classname="org.apache.wookie.server.Stop" classpathref="run.path.id" />
-		</parallel>
-	</target>
-	
     <target name="clean-webapp-lib" description="--> clean the project webapp libs directory">
         <delete includeemptydirs="true" dir="${project.weblib.dir}"/>
     </target>