|
From: <tr...@us...> - 2003-06-27 02:09:23
|
Update of /cvsroot/babeldoc/babeldoc/modules/web
In directory sc8-pr-cvs1:/tmp/cvs-serv32148
Modified Files:
build.xml
Log Message:
Reformatted and added new license header
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/web/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** build.xml 11 Jun 2003 11:03:21 -0000 1.14
--- build.xml 27 Jun 2003 02:09:20 -0000 1.15
***************
*** 158,172 ****
<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" />
--- 158,168 ----
<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" />
***************
*** 174,177 ****
</jalopy>
-->
! </target>
</project>
--- 170,173 ----
</jalopy>
-->
! </target>
</project>
|