mcconnell 2004/07/08 20:55:46
Modified: . gump.xml
Log:
add exclusion of constants.filename and poolconn.filename
Revision Changes Path
1.2 +2 -0 james-server/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/james-server/gump.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gump.xml 7 Jul 2004 19:41:11 -0000 1.1
+++ gump.xml 9 Jul 2004 03:55:46 -0000 1.2
@@ -105,6 +105,8 @@
<javac destdir="${classes.dir}"
debug="${debug}" optimize="${optimize}" deprecation="${deprecation}">
<src path="${build.src.java.dir}"/>
+ <exclude name="${constants.filename}"/>
+ <exclude name="${poolconn.filename}"/>
<exclude name="org/apache/james/userrepository/UsersLDAPRepository.java"
unless="jndi.present"/>
</javac>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]