[seam-commits] Seam SVN: r9378 - trunk/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 22 09:26:57 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-22 09:26:57 -0400 (Wed, 22 Oct 2008)
New Revision: 9378

Modified:
   trunk/examples/build.xml
Log:
Include /com/acme/componsnts.xml in deploy

Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml	2008-10-22 02:43:45 UTC (rev 9377)
+++ trunk/examples/build.xml	2008-10-22 13:26:57 UTC (rev 9378)
@@ -566,6 +566,7 @@
 		<copy todir="${jar.dir}">
 			<fileset dir="${src.java.dir}">
 				<include name="**/*.component.xml" />
+				<include name="**/components.xml" />
 			</fileset>
 		</copy>
 	</target>




More information about the seam-commits mailing list