[seam-commits] Seam SVN: r7817 - trunk/examples/hibernate and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 4 14:02:08 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-04 14:02:08 -0400 (Fri, 04 Apr 2008)
New Revision: 7817

Modified:
   branches/Seam_2_0/examples/hibernate/build-tomcat6.xml
   trunk/examples/hibernate/build-tomcat6.xml
Log:
JBSEAM-2830

Modified: branches/Seam_2_0/examples/hibernate/build-tomcat6.xml
===================================================================
--- branches/Seam_2_0/examples/hibernate/build-tomcat6.xml	2008-04-04 17:16:39 UTC (rev 7816)
+++ branches/Seam_2_0/examples/hibernate/build-tomcat6.xml	2008-04-04 18:02:08 UTC (rev 7817)
@@ -34,6 +34,7 @@
 		<include name="lib/hibernate-annotations.jar" />
 		<include name="lib/hibernate-entitymanager.jar" />
 		<include name="lib/hibernate-validator.jar" />
+        <include name="lib/asm.jar" />
 		<include name="lib/javassist.jar" />
 		<include name="lib/persistence-api.jar" />
 		<include name="lib/cglib.jar" />

Modified: trunk/examples/hibernate/build-tomcat6.xml
===================================================================
--- trunk/examples/hibernate/build-tomcat6.xml	2008-04-04 17:16:39 UTC (rev 7816)
+++ trunk/examples/hibernate/build-tomcat6.xml	2008-04-04 18:02:08 UTC (rev 7817)
@@ -34,6 +34,7 @@
 		<include name="lib/hibernate-annotations.jar" />
 		<include name="lib/hibernate-entitymanager.jar" />
 		<include name="lib/hibernate-validator.jar" />
+        <include name="lib/asm.jar" />
 		<include name="lib/javassist.jar" />
 		<include name="lib/persistence-api.jar" />
 		<include name="lib/cglib.jar" />




More information about the seam-commits mailing list