Author: pete.muir(a)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>
Show replies by date