[seam-commits] Seam SVN: r7880 - trunk/examples/jee5/booking and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 8 14:45:21 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-04-08 14:45:20 -0400 (Tue, 08 Apr 2008)
New Revision: 7880
Modified:
branches/Seam_2_0/examples/jee5/booking/
branches/Seam_2_0/examples/jee5/booking/build.xml
trunk/examples/jee5/booking/build.xml
Log:
JBSEAM-2833
Property changes on: branches/Seam_2_0/examples/jee5/booking
___________________________________________________________________
Name: svn:ignore
+ exploded-archives
dist
Modified: branches/Seam_2_0/examples/jee5/booking/build.xml
===================================================================
--- branches/Seam_2_0/examples/jee5/booking/build.xml 2008-04-08 18:40:13 UTC (rev 7879)
+++ branches/Seam_2_0/examples/jee5/booking/build.xml 2008-04-08 18:45:20 UTC (rev 7880)
@@ -39,7 +39,7 @@
<include name="lib/hibernate-annotations.jar"/>
<include name="lib/hibernate-entitymanager.jar"/>
<include name="lib/hibernate-validator.jar"/>
- <include name="lib/jboss-common-core.jar" />
+ <include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/cglib.jar"/>
<include name="lib/asm.jar"/>
<include name="lib/antlr.jar" />
Modified: trunk/examples/jee5/booking/build.xml
===================================================================
--- trunk/examples/jee5/booking/build.xml 2008-04-08 18:40:13 UTC (rev 7879)
+++ trunk/examples/jee5/booking/build.xml 2008-04-08 18:45:20 UTC (rev 7880)
@@ -39,7 +39,7 @@
<include name="lib/hibernate-annotations.jar"/>
<include name="lib/hibernate-entitymanager.jar"/>
<include name="lib/hibernate-validator.jar"/>
- <include name="lib/jboss-common-core.jar" />
+ <include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/cglib.jar"/>
<include name="lib/asm.jar"/>
<include name="lib/antlr.jar" />
More information about the seam-commits
mailing list