stevel      2005/03/22 08:39:33

  Modified:    src/main/org/apache/tools/ant Task.java
  Log:
  copy tasktype when binding
  
  Revision  Changes    Path
  1.64      +1 -0      ant/src/main/org/apache/tools/ant/Task.java
  
  Index: Task.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Task.java,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- Task.java 18 Feb 2005 22:07:36 -0000      1.63
  +++ Task.java 22 Mar 2005 16:39:33 -0000      1.64
  @@ -488,5 +488,6 @@
           setTaskName(owner.getTaskName());
           setDescription(owner.getDescription());
           setLocation(owner.getLocation());
  +        setTaskType(owner.getTaskType());
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to