conor 02/04/04 01:37:09
Modified: . build.xml
Log:
Break up the packages into groups a little more focussed than at present
Revision Changes Path
1.278 +3 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -w -u -r1.277 -r1.278
--- build.xml 3 Apr 2002 16:17:37 -0000 1.277
+++ build.xml 4 Apr 2002 09:37:09 -0000 1.278
@@ -1048,7 +1048,10 @@
<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="Core Types" packages="org.apache.tools.ant.types*" />
<group title="Optional Tasks"
packages="org.apache.tools.ant.taskdefs.optional*" />
+ <group title="Optional Types"
packages="org.apache.tools.ant.types.optional*" />
+ <group title="Ant Utilities" packages="org.apache.tools.ant.util*" />
<bottom>Copyright © 2000-${year} Apache Software Foundation. All
Rights Reserved.</bottom>
</javadoc>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>