|
@@ -63,7 +63,6 @@ public class Dirname extends Task { |
|
|
this.property = property; |
|
|
this.property = property; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Execute this task. |
|
|
* Execute this task. |
|
|
* @throws BuildException on error |
|
|
* @throws BuildException on error |
|
@@ -79,5 +78,4 @@ public class Dirname extends Task { |
|
|
getProject().setNewProperty(property, value); |
|
|
getProject().setNewProperty(property, value); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |