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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 8 14:40:13 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-08 14:40:13 -0400 (Tue, 08 Apr 2008)
New Revision: 7879

Modified:
   branches/Seam_2_0/examples/hibernate/
   branches/Seam_2_0/examples/hibernate/build-glassfish.xml
   trunk/examples/hibernate/build-glassfish.xml
Log:
JBSEAM-2835


Property changes on: branches/Seam_2_0/examples/hibernate
___________________________________________________________________
Name: svn:ignore
   - build
test-output

test-build

exploded-archives-jboss

dist-jboss

   + build
test-output

test-build

exploded-archives-jboss

dist-jboss

dist-jboss-embedded

exploded-archives-jboss-embedded

dist-glassfish

exploded-archives-glassfish


Modified: branches/Seam_2_0/examples/hibernate/build-glassfish.xml
===================================================================
--- branches/Seam_2_0/examples/hibernate/build-glassfish.xml	2008-04-08 18:28:12 UTC (rev 7878)
+++ branches/Seam_2_0/examples/hibernate/build-glassfish.xml	2008-04-08 18:40:13 UTC (rev 7879)
@@ -31,6 +31,7 @@
     	<include name="lib/hibernate-entitymanager.jar"/>
     	<include name="lib/hibernate-validator.jar"/>
     	<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
+        <include name="lib/asm.jar" />
     	<include name="lib/jboss-common-core.jar" />
     	<include name="lib/cglib.jar"/>
     	<include name="lib/antlr.jar" />

Modified: trunk/examples/hibernate/build-glassfish.xml
===================================================================
--- trunk/examples/hibernate/build-glassfish.xml	2008-04-08 18:28:12 UTC (rev 7878)
+++ trunk/examples/hibernate/build-glassfish.xml	2008-04-08 18:40:13 UTC (rev 7879)
@@ -31,6 +31,7 @@
     	<include name="lib/hibernate-entitymanager.jar"/>
     	<include name="lib/hibernate-validator.jar"/>
     	<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
+        <include name="lib/asm.jar" />
     	<include name="lib/jboss-common-core.jar" />
     	<include name="lib/cglib.jar"/>
     	<include name="lib/antlr.jar" />




More information about the seam-commits mailing list