Author: pete.muir(a)jboss.org
Date: 2008-09-15 15:28:53 -0400 (Mon, 15 Sep 2008)
New Revision: 8995
Modified:
trunk/build.xml
Log:
Copy all migration guides
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-09-15 08:09:37 UTC (rev 8994)
+++ trunk/build.xml 2008-09-15 19:28:53 UTC (rev 8995)
@@ -616,7 +616,11 @@
<copy file="seam" todir="${dist.dir}" />
<copy file="seam-text.g" todir="${dist.dir}" />
<copy file="seam.bat" todir="${dist.dir}" />
- <copy file="seam2migration.txt" todir="${dist.dir}" />
+ <copy todir="${dist.dir}">
+ <fileset dir="${basedir}">
+ <include name="*migration.txt"/>
+ </fileset>
+ </copy>
<copy todir="${dist.dir}/extras">
<fileset dir="${basedir}/extras">
<include name="**/*" />
Show replies by date