bodewig 2002/07/31 00:04:48
Modified: . WHATSNEW
src/main/org/apache/tools/ant/taskdefs Property.java
Log:
merge bug fix from 1.5 branch.
Revision Changes Path
1.280 +2 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- WHATSNEW 22 Jul 2002 12:28:57 -0000 1.279
+++ WHATSNEW 31 Jul 2002 07:04:48 -0000 1.280
@@ -23,6 +23,8 @@
* If a task got redefined via <taskdef>, it lost its child elements.
+* <property>'s classpathref attribute was broken.
+
Other changes:
--------------
1.55 +2 -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.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- Property.java 25 Jul 2002 15:21:05 -0000 1.54
+++ Property.java 31 Jul 2002 07:04:48 -0000 1.55
@@ -282,8 +282,9 @@
}
/**
- * the classpath to use when lookingup a resource,
+ * the classpath to use when looking up a resource,
* given as reference to a <path> defined elsewhere
+ */
public void setClasspathRef(Reference r) {
createClasspath().setRefid(r);
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>