Update of /cvsroot/babeldoc/babeldoc/modules/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv32581
Modified Files:
build.xml
Log Message:
moved the echo into the commented area
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** build.xml 12 Jun 2003 04:51:04 -0000 1.9
--- build.xml 27 Jun 2003 02:12:47 -0000 1.10
***************
*** 77,82 ****
<target name="format">
- <echo message="Formatting ${Module}"/>
<!--
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
--- 77,82 ----
<target name="format">
<!--
+ <echo message="Formatting ${Module}"/>
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
|