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 2005/05/03 10:33:59 UTC

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

peterreilly    2005/05/03 01:33:59

  Modified:    src/main/org/apache/tools/ant/helper AntXMLContext.java
  Log:
  Bugzilla 34680: make AntXMLContext#setCurrentTargets current
  
  Revision  Changes    Path
  1.12      +1 -1      ant/src/main/org/apache/tools/ant/helper/AntXMLContext.java
  
  Index: AntXMLContext.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/AntXMLContext.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AntXMLContext.java	25 Apr 2005 10:15:11 -0000	1.11
  +++ AntXMLContext.java	3 May 2005 08:33:59 -0000	1.12
  @@ -357,7 +357,7 @@
        * Set the map of the targets in the current source file.
        * @param currentTargets a map of targets.
        */
  -    void setCurrentTargets(Map currentTargets) {
  +    public void setCurrentTargets(Map currentTargets) {
           this.currentTargets = currentTargets;
       }
   
  
  
  

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