[hibernate-commits] Hibernate SVN: r16705 - core/branches/Branch_3_2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jun 5 09:53:09 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-05 09:53:08 -0400 (Fri, 05 Jun 2009)
New Revision: 16705

Modified:
   core/branches/Branch_3_2/build.xml
Log:
added source attribute to the javacdoc task

Modified: core/branches/Branch_3_2/build.xml
===================================================================
--- core/branches/Branch_3_2/build.xml	2009-06-05 13:51:04 UTC (rev 16704)
+++ core/branches/Branch_3_2/build.xml	2009-06-05 13:53:08 UTC (rev 16705)
@@ -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"




More information about the hibernate-commits mailing list