Author: pete.muir(a)jboss.org
Date: 2008-04-07 08:32:41 -0400 (Mon, 07 Apr 2008)
New Revision: 7825
Modified:
branches/Seam_2_0/examples/build.xml
Log:
Include .hbm.xml
Modified: branches/Seam_2_0/examples/build.xml
===================================================================
--- branches/Seam_2_0/examples/build.xml 2008-04-07 12:31:48 UTC (rev 7824)
+++ branches/Seam_2_0/examples/build.xml 2008-04-07 12:32:41 UTC (rev 7825)
@@ -472,6 +472,7 @@
<copy todir="${jar.dir}">
<fileset dir="${src.java.dir}">
<include name="**/*.component.xml" />
+ <include name="**/*.hbm.xml" />
</fileset>
</copy>
</target>