Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12601
Modified Files:
build.xml
Log Message:
Ignore tools directories for builds
Index: build.xml
===================================================================
RCS file: /cvsroot/rails/18xx/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build.xml 10 Jan 2010 18:21:53 -0000 1.8
--- build.xml 30 Jan 2010 00:59:52 -0000 1.9
***************
*** 23,26 ****
--- 23,27 ----
<exclude name="**/*.launch"/>
<exclude name="**/*.java"/>
+ <exclude name="tools/**"/>
</fileset>
</copy>
|