[jboss-cvs] jboss-portal/common/src/main/org/jboss/portal/common/ant ...

Julien Viet julien at jboss.com
Sun Jul 16 13:08:10 EDT 2006


  User: julien  
  Date: 06/07/16 13:08:10

  Modified:    common/src/main/org/jboss/portal/common/ant  Undeploy.java
  Log:
  make Undeploy undeploy instead of deploy
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-portal/common/src/main/org/jboss/portal/common/ant/Undeploy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Undeploy.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/src/main/org/jboss/portal/common/ant/Undeploy.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Undeploy.java	16 Jul 2006 13:09:58 -0000	1.1
  +++ Undeploy.java	16 Jul 2006 17:08:10 -0000	1.2
  @@ -29,7 +29,7 @@
    * A blocking undeploy task.
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class Undeploy extends AbstractDeploymentTask
   {
  @@ -40,6 +40,6 @@
         Deployable deployable = new EAR(getFile().getAbsolutePath());
   
         //
  -      deployer.deploy(deployable);
  +      deployer.undeploy(deployable);
      }
   }
  
  
  



More information about the jboss-cvs-commits mailing list