|
From: <mic...@us...> - 2003-12-04 00:44:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner
In directory sc8-pr-cvs1:/tmp/cvs-serv11279
Modified Files:
build.xml
Log Message:
Mailbox scanner updated to correctly use the filtering capabilities provided
by the superclass.
Scanner classes updated to cater for upgraded jmx scanner.
Build.xml updated to correct the project name and exclude the jboss-service.xml
file, as it's now included in the .sarfile built at the top level.
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** build.xml 11 Jun 2003 11:03:20 -0000 1.10
--- build.xml 4 Dec 2003 00:44:42 -0000 1.11
***************
*** 1,3 ****
! <project name="sql" basedir="." default="setup">
<property file="build.properties"/>
--- 1,3 ----
! <project name="scanner" basedir="." default="setup">
<property file="build.properties"/>
***************
*** 57,61 ****
<jar
jarfile="${base_dir}/build/lib/${Jarfile}"
! basedir="${module_path}">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
--- 57,63 ----
<jar
jarfile="${base_dir}/build/lib/${Jarfile}"
! basedir="${module_path}"
! compress="false"
! excludes="**/jboss-service.xml">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
|