bodewig     2002/07/30 23:43:10

  Modified:    src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
                        Property.java
  Log:
  Revision 1.48.2.3 has broken the classpathref attribute of <property>.
  
  Don't we all love the fact that we can nest /* into /* */ comments?
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.48.2.6  +2 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Property.java
  
  Index: Property.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Property.java,v
  retrieving revision 1.48.2.5
  retrieving revision 1.48.2.6
  diff -u -r1.48.2.5 -r1.48.2.6
  --- Property.java     20 Jun 2002 07:06:30 -0000      1.48.2.5
  +++ Property.java     31 Jul 2002 06:43:10 -0000      1.48.2.6
  @@ -287,8 +287,9 @@
       }
   
       /**
  -     * the classpath to use when lookingup a resource,
  +     * the classpath to use when looking up a resource,
        * given as reference to a &lt;path&gt; defined elsewhere
  +     */
       public void setClasspathRef(Reference r) {
           createClasspath().setRefid(r);
       }
  
  
  

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

Reply via email to