jskeet 02/03/27 02:18:15
Modified: . build.xml
Log:
Added @ant.datatype tag.
Revision Changes Path
1.270 +1 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- build.xml 21 Mar 2002 10:44:19 -0000 1.269
+++ build.xml 27 Mar 2002 10:18:15 -0000 1.270
@@ -1042,6 +1042,7 @@
doctitle="${Name}">
<tag name="todo" description="To do:" scope="all" />
<tag name="ant.task" enabled="false" description="Task:" scope="types"
/>
+ <tag name="ant.datatype" enabled="false" description="Data type:"
scope="types" />
<group title="Apache Ant Core" packages="org.apache.tools.ant*" />
<group title="Core Tasks" packages="org.apache.tools.ant.taskdefs*" />
<group title="Optional Tasks"
packages="org.apache.tools.ant.taskdefs.optional*" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>