examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/ant/UndeployTask.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    28 /**
    28 /**
    29  * Ant task that implements the <code>/undeploy</code> command, supported by
    29  * Ant task that implements the <code>/undeploy</code> command, supported by
    30  * the Tomcat manager application.
    30  * the Tomcat manager application.
    31  *
    31  *
    32  * @author Craig R. McClanahan
    32  * @author Craig R. McClanahan
    33  * @version $Id: UndeployTask.java,v 1.4 2015-01-28 02:10:53 vrany Exp $
    33  * @version $Id: UndeployTask.java,v 1.5 2015-03-20 12:08:03 vrany Exp $
    34  * @since 4.1
    34  * @since 4.1
    35  */
    35  */
    36 public class UndeployTask extends AbstractCatalinaTask {
    36 public class UndeployTask extends AbstractCatalinaTask {
    37 
    37 
    38 
    38