[seam-commits] Seam SVN: r9417 - trunk/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Oct 24 07:08:18 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-24 07:08:18 -0400 (Fri, 24 Oct 2008)
New Revision: 9417
Modified:
trunk/examples/build.xml
Log:
Don't deploy .gpd files
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2008-10-24 11:03:10 UTC (rev 9416)
+++ trunk/examples/build.xml 2008-10-24 11:08:18 UTC (rev 9417)
@@ -413,6 +413,7 @@
<include name="META-INF/security-rules.drl" />
<include name="META-INF/standard-jaxws-endpoint-config.xml" />
<include name="*.jpdl.xml" />
+ <exclude name=".gpd*" />
</fileset>
<!-- resources to go in the jar for tomcat -->
More information about the seam-commits
mailing list