Browse Source

Defer references

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453770 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
d7f1401f85
2 changed files with 2 additions and 2 deletions
  1. +2
    -0
      WHATSNEW
  2. +0
    -2
      src/main/org/apache/tools/ant/helper/ProjectHelper2.java

+ 2
- 0
WHATSNEW View File

@@ -9,6 +9,8 @@ Changes that could break older environments:
* <classconstants> filter reader uses ISO-8879-1 encoding to read * <classconstants> filter reader uses ISO-8879-1 encoding to read
the java class file. Bugzilla report 33604. the java class file. Bugzilla report 33604.


* Defer reference process. Bugzilla 36955, 34458, 37688.

Fixed bugs: Fixed bugs:
----------- -----------




+ 0
- 2
src/main/org/apache/tools/ant/helper/ProjectHelper2.java View File

@@ -1007,8 +1007,6 @@ public class ProjectHelper2 extends ProjectHelper {
task.setLocation(location); task.setLocation(location);
task.setOwningTarget(context.getCurrentTarget()); task.setOwningTarget(context.getCurrentTarget());


context.configureId(task, attrs);

if (parent != null) { if (parent != null) {
// Nested element // Nested element
((UnknownElement) parent).addChild(task); ((UnknownElement) parent).addChild(task);


Loading…
Cancel
Save