bodewig 00/09/04 06:29:50
Modified: src/main/org/apache/tools/ant/taskdefs Property.java
Log:
Reverting part of my last patch. This one slipped through somehow, too
early to go that far, sorry.
Revision Changes Path
1.14 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Property.java
Index: Property.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Property.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Property.java 2000/09/04 13:19:54 1.13
+++ Property.java 2000/09/04 13:29:50 1.14
@@ -107,7 +107,7 @@
return resource;
}
- public void execute() throws BuildException {
+ public void init() throws BuildException {
try {
if ((name != null) && (value != null)) {
addProperty(name, value);