|
From: <mic...@us...> - 2003-11-12 22:18:08
|
Update of /cvsroot/babeldoc/babeldoc/modules/core
In directory sc8-pr-cvs1:/tmp/cvs-serv21577/modules/core
Modified Files:
Tag: TEMP_MIKEA
build.xml
Log Message:
This branch has an augmented jmx scanner, and a new pipeline stage for jfreereports.
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/build.xml,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** build.xml 12 Sep 2003 00:44:09 -0000 1.12
--- build.xml 12 Nov 2003 22:18:05 -0000 1.12.2.1
***************
*** 53,57 ****
jarfile="${base_dir}/build/lib/${Jarfile}"
basedir="${module_path}"
! excludes="**/*Test.class">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
--- 53,58 ----
jarfile="${base_dir}/build/lib/${Jarfile}"
basedir="${module_path}"
! excludes="**/*Test.class"
! compress="false">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
|