costin 2002/08/22 10:32:21
Modified: src/main/org/apache/tools/ant Task.java
Log:
Allow the task type to be set from a differnet package. That elminate
the need to have RuntimeConfigurable2 in the same package.
Revision Changes Path
1.36 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/Task.java
Index: Task.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/Task.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Task.java 6 Aug 2002 05:14:27 -0000 1.35
+++ Task.java 22 Aug 2002 17:32:21 -0000 1.36
@@ -169,7 +169,7 @@
* @param type The name the task has been invoked as.
* Should not be <code>null</code>.
*/
- void setTaskType(String type) {
+ public void setTaskType(String type) {
this.taskType = type;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>