|
From: <mic...@us...> - 2003-11-12 22:18:10
|
Update of /cvsroot/babeldoc/babeldoc/modules/sql
In directory sc8-pr-cvs1:/tmp/cvs-serv21577/modules/sql
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/sql/build.xml,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** build.xml 27 Jun 2003 02:05:58 -0000 1.8
--- build.xml 12 Nov 2003 22:18:06 -0000 1.8.2.1
***************
*** 50,54 ****
<jar
jarfile="${base_dir}/build/lib/${Jarfile}"
! basedir="${module_path}">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
--- 50,55 ----
<jar
jarfile="${base_dir}/build/lib/${Jarfile}"
! basedir="${module_path}"
! compress="false">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
|