Update of /cvsroot/babeldoc/babeldoc/modules/init
In directory sc8-pr-cvs1:/tmp/cvs-serv19206/modules/init
Modified Files:
build.xml
Log Message:
Updated the build system using an explicit modular ant task. This is better than the method previously employed which added "hidden" tasks to the build and clean etc targets. Additionally using a more robust module sorting algorithm.
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/init/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 11 Jun 2003 00:07:30 -0000 1.2
--- build.xml 27 Jun 2003 00:14:55 -0000 1.3
***************
*** 43,46 ****
--- 43,47 ----
<target name="format">
<echo message="Formatting ${Module}"/>
+ <!--
<jalopy fileformat="${jalopy.fileformat}"
convention="${jalopy.convention}"
***************
*** 52,55 ****
--- 53,57 ----
</fileset>
</jalopy>
+ -->
</target>
</project>
|