Codebase list findbugs / 27ec9eb4-cbdd-4c78-a345-5010d4c01f20/main annotationJavadoc.xml
27ec9eb4-cbdd-4c78-a345-5010d4c01f20/main

Tree @27ec9eb4-cbdd-4c78-a345-5010d4c01f20/main (Download .tar.gz)

annotationJavadoc.xml @27ec9eb4-cbdd-4c78-a345-5010d4c01f20/mainraw · history · blame

1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="public" author="true" classpath="lib/bcel.jar:lib/junit.jar:lib/dom4j-full.jar:lib/AppleJavaExtensions.jar" destdir="doc/annotationDoc" doctitle="FindBugs Annotation Documentation" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="edu.umd.cs.findbugs.annotations" source="1.5" sourcepath="src/tools:src/java:src/junit" splitindex="true" use="true" version="true"/>
</target>
</project>