jstrachan    2002/06/14 03:32:34

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/ant
                        TaskTag.java
  Log:
  Deleted commented out code that was an old hack and is no longer required.
  
  Revision  Changes    Path
  1.10      +0 -19     
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant/TaskTag.java
  
  Index: TaskTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant/TaskTag.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TaskTag.java      14 Jun 2002 10:28:16 -0000      1.9
  +++ TaskTag.java      14 Jun 2002 10:32:34 -0000      1.10
  @@ -144,25 +144,6 @@
       public Object getTaskObject() throws Exception {
           return getTask();
       }
  -
  -/*
  -    This should not be required now... 
  -    
  -    public void setAttribute(String name,
  -                             Object value)
  -    {
  -        // Catch the normal setAttribute, and call throw Ant's
  -        // normal property-deref routines.
  -        Project project = task.getProject();
  -
  -        String newValue = ProjectHelper.replaceProperties( project,
  -                                                           (String) value,
  -                                                           project.getProperties() 
);
  -
  -        super.setAttribute( name,
  -                            newValue );
  -    }
  -*/    
       
       // Properties
       //-------------------------------------------------------------------------     
           
  
  
  

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

Reply via email to