[seam-commits] Seam SVN: r8250 - trunk/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 21 08:16:37 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-05-21 08:16:37 -0400 (Wed, 21 May 2008)
New Revision: 8250
Modified:
trunk/examples/build.xml
Log:
move location of jpdl files in deployed archive to be detected automatically
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2008-05-21 11:22:26 UTC (rev 8249)
+++ trunk/examples/build.xml 2008-05-21 12:16:37 UTC (rev 8250)
@@ -390,6 +390,7 @@
<include name="META-INF/security-config.xml" />
<include name="META-INF/security-rules.drl" />
<include name="META-INF/standard-jaxws-endpoint-config.xml" />
+ <include name="*.jpdl.xml" />
</fileset>
<!-- resources to go in the jar for tomcat -->
@@ -425,7 +426,7 @@
</fileset>
<!-- Property resources (e.g. themes, i8ln) get put on the classpath -->
- <fileset id="properties" dir="${resources.dir}">
+ <fileset id="war.classes.resources" dir="${resources.dir}">
<exclude name="seam.properties" />
<exclude name="components.properties" />
<include name="*.properties" />
@@ -589,7 +590,7 @@
</copy>
<!-- Put properties into the classpath -->
<copy todir="${war.dir}/WEB-INF/classes">
- <fileset refid="properties" />
+ <fileset refid="war.classes.resources" />
</copy>
</target>
More information about the seam-commits
mailing list