|
From: <tr...@us...> - 2003-06-27 01:44:10
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion
In directory sc8-pr-cvs1:/tmp/cvs-serv29412
Modified Files:
build.xml
Log Message:
Reformatted and changed the license header - also added javadoc comments.
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/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:19 -0000 1.7
--- build.xml 27 Jun 2003 01:44:06 -0000 1.8
***************
*** 77,91 ****
<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" />
--- 77,87 ----
<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" />
***************
*** 93,96 ****
</jalopy>
-->
! </target>
</project>
--- 89,92 ----
</jalopy>
-->
! </target>
</project>
|