Update of /cvsroot/babeldoc/babeldoc/modules/sql
In directory sc8-pr-cvs1:/tmp/cvs-serv31771
Modified Files:
build.xml
Log Message:
Reformatted and updated license header
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 11 Jun 2003 11:03:21 -0000 1.7
--- build.xml 27 Jun 2003 02:05:58 -0000 1.8
***************
*** 80,94 ****
<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" />
--- 80,90 ----
<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" />
***************
*** 96,99 ****
</jalopy>
-->
! </target>
</project>
--- 92,95 ----
</jalopy>
-->
! </target>
</project>
|