[seam-commits] Seam SVN: r7360 - in trunk/examples: wiki and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Feb 4 17:46:33 EST 2008


Author: pete.muir at jboss.org
Date: 2008-02-04 17:46:33 -0500 (Mon, 04 Feb 2008)
New Revision: 7360

Modified:
   trunk/examples/build.xml
   trunk/examples/wiki/build.xml
Log:
Fix build

Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml	2008-02-04 17:45:22 UTC (rev 7359)
+++ trunk/examples/build.xml	2008-02-04 22:46:33 UTC (rev 7360)
@@ -452,6 +452,7 @@
 		<fileset dir="${lib.dir}">
 			<!-- Don't include seam-ui or interop modules -->
 			<exclude name="jboss-seam-ui.jar" />
+			<exclude name="jboss-seam-wicket.jar" />
 			<exclude name="interop/**/*" />
 		</fileset>
 		<path path="${eejb.conf.dir}" />

Modified: trunk/examples/wiki/build.xml
===================================================================
--- trunk/examples/wiki/build.xml	2008-02-04 17:45:22 UTC (rev 7359)
+++ trunk/examples/wiki/build.xml	2008-02-04 22:46:33 UTC (rev 7360)
@@ -72,6 +72,7 @@
         	<!-- Don't use that Hibernate either... -->
             <exclude name="hibernate*.jar"/>
         	<exclude name="jboss-seam-jbas5.jar" />
+        	<exclude name="jboss-seam-wicket.jar" />
         </fileset>
         <fileset dir="${local.lib.dir}">
             <!-- This has the Hibernate we want -->




More information about the seam-commits mailing list