[hibernate-commits] Hibernate SVN: r19508 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 14 02:40:58 EDT 2010


Author: stliu
Date: 2010-05-14 02:40:58 -0400 (Fri, 14 May 2010)
New Revision: 19508

Modified:
   annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-4297 remove document source from hibernate cp branch

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2010-05-14 06:37:59 UTC (rev 19507)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2010-05-14 06:40:58 UTC (rev 19508)
@@ -158,6 +158,10 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
 				<configuration>
+					<links>
+						<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+						<link>http://java.sun.com/javaee/5/docs/api/</link>
+					</links>
 					<stylesheetfile>${basedir}/src/main/javadoc/jdstyle.css</stylesheetfile>
 				</configuration>
 			</plugin>



More information about the hibernate-commits mailing list