You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2003/08/01 07:52:31 UTC

cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

stevel      2003/07/31 22:52:31

  Modified:    src/main/org/apache/tools/ant/helper ProjectHelper2.java
  Log:
  I cant believe we never noticed this typo before
  
  Revision  Changes    Path
  1.28      +1 -1      ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java
  
  Index: ProjectHelper2.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- ProjectHelper2.java	24 Jul 2003 13:48:45 -0000	1.27
  +++ ProjectHelper2.java	1 Aug 2003 05:52:31 -0000	1.28
  @@ -228,7 +228,7 @@
                   inputSource.setSystemId(uri);
               }
               project.log("parsing buildfile " + buildFileName
  -                        + "with URI = " + uri, Project.MSG_VERBOSE);
  +                        + " with URI = " + uri, Project.MSG_VERBOSE);
   
               DefaultHandler hb = handler;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

Posted by peter reilly <pe...@corvil.com>.
On Friday 01 August 2003 06:52, stevel@apache.org wrote:
> stevel      2003/07/31 22:52:31
>
>   Modified:    src/main/org/apache/tools/ant/helper ProjectHelper2.java
>   Log:
>   I cant believe we never noticed this typo before

Possibly because I introduced it in revision 1.27 0-)
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org