[hibernate-commits] Hibernate SVN: r14655 - core/branches/Branch_3_2_4_SP1_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 9 13:07:31 EDT 2008


Author: gbadner
Date: 2008-05-09 13:07:31 -0400 (Fri, 09 May 2008)
New Revision: 14655

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
Log:
change Javadoc source and link arguments to be consistent with javac (-source=1.4)


Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-05-08 18:35:30 UTC (rev 14654)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-05-09 17:07:31 UTC (rev 14655)
@@ -59,7 +59,7 @@
     <property name="dir.dist" value="${dir.build}/dist" />
 
     <!-- Define various operational options -->
-	<property name="javadoc.url.jse" value="http://java.sun.com/j2se/1.3/docs/api"/>
+	<property name="javadoc.url.jse" value="http://java.sun.com/j2se/1.4/docs/api"/>
 	<property name="javac.debug" value="on"/>
 	<property name="javac.optimize" value="off"/>
 	<property name="javac.target" value="1.4"/>
@@ -778,6 +778,7 @@
                 windowtitle="${Name} API Documentation"
                 Overview="${dir.doc.api}/package.html"
                 stylesheetfile="${dir.doc.api}/jdstyle.css"
+                source="${javac.source}"
                 link="${javadoc.url.jse}">
 			<packageset dir="${dir.out.generated-source}" defaultexcludes="yes">
 				<include name="org/hibernate/**" />




More information about the hibernate-commits mailing list