Author: kkolinko
Date: Mon Dec  8 04:49:10 2014
New Revision: 1643733

URL: http://svn.apache.org/r1643733
Log:
Reorder, aligning with antlib.xml.

Actually it might be better to document loading antlib.xml to declare the 
tasks, but that is out of my scope for now.

Modified:
    tomcat/trunk/webapps/docs/manager-howto.xml

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1643733&r1=1643732&r2=1643733&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Mon Dec  8 04:49:10 2014
@@ -1151,14 +1151,14 @@ file might look something like this:</p>
   <property name="password" value="mypassword"/>
 
   <!-- Configure the custom Ant tasks for the Manager application -->
-  <taskdef name="deploy"    classname="org.apache.catalina.ant.DeployTask"/>
   <taskdef name="list"      classname="org.apache.catalina.ant.ListTask"/>
-  <taskdef name="reload"    classname="org.apache.catalina.ant.ReloadTask"/>
-  <taskdef name="findleaks" classname="org.apache.catalina.ant.FindLeaksTask"/>
-  <taskdef name="resources" classname="org.apache.catalina.ant.ResourcesTask"/>
+  <taskdef name="deploy"    classname="org.apache.catalina.ant.DeployTask"/>
   <taskdef name="start"     classname="org.apache.catalina.ant.StartTask"/>
+  <taskdef name="reload"    classname="org.apache.catalina.ant.ReloadTask"/>
   <taskdef name="stop"      classname="org.apache.catalina.ant.StopTask"/>
   <taskdef name="undeploy"  classname="org.apache.catalina.ant.UndeployTask"/>
+  <taskdef name="resources" classname="org.apache.catalina.ant.ResourcesTask"/>
+  <taskdef name="findleaks" classname="org.apache.catalina.ant.FindLeaksTask"/>
 
   <!-- Executable Targets -->
   <target name="compile" description="Compile web application">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to