You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/12/13 17:43:51 UTC

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

peterreilly    2004/12/13 08:43:51

  Modified:    src/main/org/apache/tools/ant ProjectHelper.java
  Log:
  remove deprecated tag from ProjectHelper#configureProject()
  it has been used for a long time, and one cannot just
  replace it with the non-static parse method, without
  setting the "ant.projectHelper" reference.
  PR: 32668
  Reported by:  Nell Gawor
  
  Revision  Changes    Path
  1.114     +0 -1      ant/src/main/org/apache/tools/ant/ProjectHelper.java
  
  Index: ProjectHelper.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/ProjectHelper.java,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- ProjectHelper.java	24 May 2004 15:09:55 -0000	1.113
  +++ ProjectHelper.java	13 Dec 2004 16:43:51 -0000	1.114
  @@ -80,7 +80,6 @@
        * @param buildFile An XML file giving the project's configuration.
        *                  Must not be <code>null</code>.
        *
  -     * @deprecated Use the non-static parse method
        * @exception BuildException if the configuration is invalid or cannot
        *                           be read
        */
  
  
  

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