Browse Source

Break up the packages into groups a little more focussed than at present

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272195 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 23 years ago
parent
commit
fd0e7d4927
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.xml

+ 3
- 0
build.xml View File

@@ -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 &#169; 2000-${year} Apache Software Foundation. All Rights Reserved.</bottom>
</javadoc>


Loading…
Cancel
Save