added source attribute to the javacdoc task

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16705 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-06-05 13:53:08 +00:00
parent 732a108415
commit 3a53f1acb2
1 changed files with 1 additions and 0 deletions

View File

@ -700,6 +700,7 @@
<target name="javadoc" description="Compile the Javadoc API documentation to dist dir" depends="splash,antlr">
<mkdir dir="${dir.out.doc}/api"/>
<javadoc classpathref="path.lib"
source="${javac.source}"
destdir="${dir.out.doc}/api"
use="true"
protected="true"