[hibernate-commits] Hibernate SVN: r11196 - in branches/Branch_3_2/HibernateExt/jpa-api: doc and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 13 00:33:27 EST 2007


Author: epbernard
Date: 2007-02-13 00:33:27 -0500 (Tue, 13 Feb 2007)
New Revision: 11196

Added:
   branches/Branch_3_2/HibernateExt/jpa-api/doc/
   branches/Branch_3_2/HibernateExt/jpa-api/doc/api/
   branches/Branch_3_2/HibernateExt/jpa-api/doc/api/package.html
Modified:
   branches/Branch_3_2/HibernateExt/jpa-api/build.xml
Log:
ANN-521 missing package-info

Modified: branches/Branch_3_2/HibernateExt/jpa-api/build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/jpa-api/build.xml	2007-02-13 05:22:09 UTC (rev 11195)
+++ branches/Branch_3_2/HibernateExt/jpa-api/build.xml	2007-02-13 05:33:27 UTC (rev 11196)
@@ -93,7 +93,8 @@
         	use="true"
         	protected="true"
         	version="true"
-        	windowtitle="EJB 3.0 Persistence API Documentation"
+            overview="${basedir}/doc/api/package.html"
+            windowtitle="EJB 3.0 Persistence API Documentation"
         	doctitle="EJB 3.0 Persistence API Documentation"
 			stylesheetfile="./etc/jdstyle.css"
         	link="http://java.sun.com/j2se/1.5/docs/api">

Added: branches/Branch_3_2/HibernateExt/jpa-api/doc/api/package.html
===================================================================
--- branches/Branch_3_2/HibernateExt/jpa-api/doc/api/package.html	                        (rev 0)
+++ branches/Branch_3_2/HibernateExt/jpa-api/doc/api/package.html	2007-02-13 05:33:27 UTC (rev 11196)
@@ -0,0 +1 @@
+<body></body>
\ No newline at end of file




More information about the hibernate-commits mailing list