[jboss-cvs] jboss-seam ...
Gavin King
gavin.king at jboss.com
Tue Feb 6 18:35:11 EST 2007
User: gavin
Date: 07/02/06 18:35:11
Modified: jboss-seam build.xml
Log:
copy grammar file to dist
Revision Changes Path
1.136 +1 -0 jboss-seam/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -b -r1.135 -r1.136
--- build.xml 4 Feb 2007 13:03:01 -0000 1.135
+++ build.xml 6 Feb 2007 23:35:11 -0000 1.136
@@ -1071,6 +1071,7 @@
<copy file="build.properties" todir="${dist.dir}"/>
<copy file="build.xml" todir="${dist.dir}"/>
<copy file="seam" todir="${dist.dir}"/>
+ <copy file="seam-text.g" todir="${dist.dir}"/>
<copy file="seam.bat" todir="${dist.dir}"/>
<replace file="${dist.dir}/build.xml">
<replacetoken><![CDATA[${name}-${version}.${patchlevel}]]></replacetoken>
More information about the jboss-cvs-commits
mailing list