|
From: <tr...@us...> - 2003-06-27 01:13:49
|
Update of /cvsroot/babeldoc/babeldoc/modules/babelfish
In directory sc8-pr-cvs1:/tmp/cvs-serv22842
Modified Files:
build.xml
Log Message:
Updated the formatting and license header in the babelfish module
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/babelfish/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 11 Jun 2003 11:02:08 -0000 1.7
--- build.xml 27 Jun 2003 00:47:26 -0000 1.8
***************
*** 71,85 ****
<target name="format">
- <echo message="Formatting ${Module}"/>
- <echo message="NOT! uncomment to make it work"/>
<!--
! uncomment to test it
! remove destdir attribute when you are happy with the result
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
history="${jalopy.history}"
loglevel="${jalopy.loglevel}"
! threads="${jalopy.threads}"
! destdir="${base_dir}/tmp/format">
<fileset dir="./src">
<include name="**/*.java" />
--- 71,81 ----
<target name="format">
<!--
! <echo message="Formatting ${Module}"/>
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
history="${jalopy.history}"
loglevel="${jalopy.loglevel}"
! threads="${jalopy.threads}">
<fileset dir="./src">
<include name="**/*.java" />
***************
*** 87,90 ****
</jalopy>
-->
! </target>
</project>
--- 83,86 ----
</jalopy>
-->
! </target>
</project>
|