[seam-commits] Seam SVN: r8136 - branches/Seam_2_0.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 7 19:09:01 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-05-07 19:09:01 -0400 (Wed, 07 May 2008)
New Revision: 8136
Modified:
branches/Seam_2_0/build.xml
Log:
JBSEAM-2946
Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml 2008-05-07 18:37:50 UTC (rev 8135)
+++ branches/Seam_2_0/build.xml 2008-05-07 23:09:01 UTC (rev 8136)
@@ -170,6 +170,13 @@
<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