Author: pete.muir(a)jboss.org
Date: 2008-05-16 14:19:16 -0400 (Fri, 16 May 2008)
New Revision: 8211
Modified:
trunk/examples/wiki/build.xml
Log:
need to exclude ehcache.jar from seam lib dir
Modified: trunk/examples/wiki/build.xml
===================================================================
--- trunk/examples/wiki/build.xml 2008-05-16 17:56:15 UTC (rev 8210)
+++ trunk/examples/wiki/build.xml 2008-05-16 18:19:16 UTC (rev 8211)
@@ -73,6 +73,7 @@
<exclude name="hibernate*.jar"/>
<exclude name="jboss-seam-jbas5.jar" />
<exclude name="jboss-seam-wicket.jar" />
+ <exclude name="ehcache.jar" />
</fileset>
<fileset dir="${local.lib.dir}">
<!-- This has the Hibernate we want -->
Show replies by date