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:
parent
732a108415
commit
3a53f1acb2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue