[seam-commits] Seam SVN: r8137 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 7 22:17:52 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-05-07 22:17:52 -0400 (Wed, 07 May 2008)
New Revision: 8137
Modified:
trunk/build.xml
Log:
JBSEAM-2946
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-05-07 23:09:01 UTC (rev 8136)
+++ trunk/build.xml 2008-05-08 02:17:52 UTC (rev 8137)
@@ -174,6 +174,12 @@
<antlrtask target="seam-text.g" outputdirectory="${src.core.dir}/org/jboss/seam/text">
<classpath refid="compile.core.path" />
</antlrtask>
+ <move todir="${src.core.dir}/org/jboss/seam/text">
+ <fileset dir="${src.core.dir}/org/jboss/seam/text">
+ <include name="*.txt"/>
+ </fileset>
+ <mapper type="glob" from="*" to="*-bak"/>
+ </move>
</target>
<target name="compilecore" depends="initcore,select-compiler,antlr">
More information about the seam-commits
mailing list