Added a javadoc Ant build task.
[vamsas.git] / build.xml
index fd76bb2..d44bc0a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -124,6 +124,14 @@ inheritRefs="true"/> -->
                </fileset>
                </jar>
        </target>
+       
+       <target name="javadoc" depends="init">
+       <javadoc destdir="docs/api" author="true" version="true" use="true">      
+      <fileset dir="${sourceDir}" defaultexcludes="yes">
+      </fileset>
+    </javadoc>
+  </target>
+       
 </project>