|
From: <tr...@us...> - 2003-06-27 01:56:32
|
Update of /cvsroot/babeldoc/babeldoc/modules/crypto
In directory sc8-pr-cvs1:/tmp/cvs-serv30137
Modified Files:
build.xml
Log Message:
reformatted and changed header
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/crypto/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** build.xml 11 Jun 2003 11:03:20 -0000 1.6
--- build.xml 27 Jun 2003 01:50:07 -0000 1.7
***************
*** 77,96 ****
<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" />
</fileset>
</jalopy>
! -->
! </target>
</project>
--- 77,91 ----
<target name="format">
<!--
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
history="${jalopy.history}"
loglevel="${jalopy.loglevel}"
! threads="${jalopy.threads}">
<fileset dir="./src">
<include name="**/*.java" />
</fileset>
</jalopy>
! </target>
! -->
</project>
|