summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:32:31 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:32:31 +0000
commitdeed4e94f9502377459c1f99f679ea5dd96d9bfa (patch)
tree495c883d32713629d81db6ba339819b5472edd7e /build.xml
parent983c9c82156c51e1e3c29f3a7d58e1d7d9cb1b70 (diff)
refactoring.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index 9581a26..35545cc 100644
--- a/build.xml
+++ b/build.xml
@@ -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>