diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:32:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:32:31 +0000 |
| commit | deed4e94f9502377459c1f99f679ea5dd96d9bfa (patch) | |
| tree | 495c883d32713629d81db6ba339819b5472edd7e /build.xml | |
| parent | 983c9c82156c51e1e3c29f3a7d58e1d7d9cb1b70 (diff) | |
refactoring.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -55,13 +55,7 @@ <target name="javadoc" description="Generate Javadocs"> <mkdir dir="${basedir}/javadoc/"/> - <javadoc - destdir="${basedir}/javadoc/" - additionalparam="-J-Dorg.apache.commons.attributes.javadoc.CATaglet.sources=${basedir}"> - <taglet - name="org.apache.commons.attributes.javadoc.CATaglet" - path="${ant.home}/lib/commons-attributes-compiler-2.2.jar" - /> + <javadoc destdir="${basedir}/javadoc/"> <fileset dir="${basedir}/" includes="**/*.java" /> </javadoc> </target> |
