|
From: <tr...@us...> - 2003-06-27 00:31:38
|
Update of /cvsroot/babeldoc/babeldoc/modules/xslfo
In directory sc8-pr-cvs1:/tmp/cvs-serv21184
Modified Files:
build.xml
Log Message:
Formatted the XSLFO module.
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/xslfo/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml 11 Jun 2003 11:03:21 -0000 1.4
--- build.xml 27 Jun 2003 00:31:35 -0000 1.5
***************
*** 18,24 ****
<echo message="Building ${Module}"/>
<mkdir dir="${module_path}"/>
! <javac
! destdir="${module_path}"
! srcdir="./src"
deprecation="${compile.deprecation}"
debug="${compile.debug}">
--- 18,24 ----
<echo message="Building ${Module}"/>
<mkdir dir="${module_path}"/>
! <javac
! destdir="${module_path}"
! srcdir="./src"
deprecation="${compile.deprecation}"
debug="${compile.debug}">
***************
*** 31,35 ****
</fileset>
<pathelement location="${base_dir}/support/ant/lib/junit.jar"/>
! </classpath>
</javac>
--- 31,35 ----
</fileset>
<pathelement location="${base_dir}/support/ant/lib/junit.jar"/>
! </classpath>
</javac>
***************
*** 77,94 ****
name="test">
<echo message="Testing ${Module}"/>
! </target>
!
<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,90 ----
name="test">
<echo message="Testing ${Module}"/>
! </target>
!
<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>
|