Browse Source

bad merge

master
Stefan Bodewig 7 years ago
parent
commit
2a7b1b5987
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

@@ -511,7 +511,7 @@ public class Property extends Task {
} }
} else { } else {
if (url == null && file == null && resource == null if (url == null && file == null && resource == null
&& env == null) {
&& env == null && runtime == null) {
throw new BuildException( throw new BuildException(
"You must specify url, file, resource, environment or runtime when not using the name attribute", "You must specify url, file, resource, environment or runtime when not using the name attribute",
getLocation()); getLocation());


Loading…
Cancel
Save