User: chirino
Date: 01/07/15 19:51:44
Modified: src/build build.xml
Log:
Moved the rest of JBossMQ over to log4j logging.
- The jbossmq-client.jar now includes a log4j.properties which sets up the logging
subsystems on the client side. To chanage the logging levels, just place your
log4j.properties in the classpath betfore the jbossmq-client.jar
Revision Changes Path
1.10 +3 -3 jbossmq/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/build/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 2001/07/11 03:05:58 1.9
+++ build.xml 2001/07/16 02:51:44 1.10
@@ -100,11 +100,9 @@
<!-- =================================================================== -->
<target name="jar" depends="compile">
-<!--
<copy todir="${build.classes.dir}">
<fileset dir="${src.resources}"/>
</copy>
--->
<mkdir dir="${build.lib.dir}/ext"/>
<jar jarfile="${build.lib.dir}/ext/jbossmq.jar"
@@ -114,7 +112,9 @@
<mkdir dir="${build.dir}/client"/>
<jar jarfile="${build.dir}/client/jbossmq-client.jar"
basedir="${build.classes.dir}"
- includes="org/jbossmq/*,
+ includes="
+ log4j.properties,
+ org/jbossmq/*,
org/jbossmq/referenceable/**,
org/jbossmq/il/**,
org/jbossmq/cluster/**,
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development