[seam-commits] Seam SVN: r13921 - branches/community/Seam_2_2/examples/jee5/booking.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 22 06:26:19 EST 2010


Author: manaRH
Date: 2010-11-22 06:26:19 -0500 (Mon, 22 Nov 2010)
New Revision: 13921

Modified:
   branches/community/Seam_2_2/examples/jee5/booking/build.xml
Log:
JBSEAM-3706 - jee5/booking example missed some libraries

Modified: branches/community/Seam_2_2/examples/jee5/booking/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/jee5/booking/build.xml	2010-11-19 16:27:19 UTC (rev 13920)
+++ branches/community/Seam_2_2/examples/jee5/booking/build.xml	2010-11-22 11:26:19 UTC (rev 13921)
@@ -16,6 +16,7 @@
     <property name="seam.debug.lib" value="true"/>
     <property name="facelets.lib"   value="true"/>
     <property name="richfaces.lib"   value="true"/>
+	<property name="han.lib"   value="true"/>
     <property name="jboss-common-core.lib" value="true" />
     <!-- add libs for oc4j (broken classloading) -->
     <!--
@@ -35,7 +36,7 @@
     	<include name="lib/dom4j.jar" />
     	
     	<!-- Hibernate and deps -->
-      <include name="lib/hibernate.jar"/>
+      <include name="lib/hibernate-core.jar"/>
       <include name="lib/hibernate-commons-annotations.jar"/>
       <include name="lib/hibernate-annotations.jar"/>
       <include name="lib/hibernate-entitymanager.jar"/>
@@ -45,6 +46,7 @@
       <include name="lib/antlr.jar" />
       <include name="lib/commons-logging.jar" />
       <include name="lib/commons-collections.jar" />
+      <include name="lib/log4j.jar" />
     </fileset>
        
 </project>



More information about the seam-commits mailing list