Browse Source

Reverting part of my last patch. This one slipped through somehow, too

early to go that far, sorry.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267952 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
493b6bf4f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Property.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Property.java View File

@@ -107,7 +107,7 @@ public class Property extends Task {
return resource;
}

public void execute() throws BuildException {
public void init() throws BuildException {
try {
if ((name != null) && (value != null)) {
addProperty(name, value);


Loading…
Cancel
Save