User: ejort
Date: 02/02/08 13:37:16
Modified: . build.xml
Log:
Revision Changes Path
1.13 +9 -1 jmx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jmx/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 5 Feb 2002 15:02:38 -0000 1.12
+++ build.xml 8 Feb 2002 21:37:16 -0000 1.13
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.12 2002/02/05 15:02:38 juhalindfors Exp $ -->
+<!-- $Id: build.xml,v 1.13 2002/02/08 21:37:16 ejort Exp $ -->
<project default="main" name="JBoss/JMX">
@@ -97,8 +97,16 @@
<pathelement path="${junit.junit.lib}/junit.jar"/>
</path>
+ <!-- Log4j -->
+ <property name="apache.log4j.root" value="${project.thirdparty}/apache/log4j"/>
+ <property name="apache.log4j.lib" value="${apache.log4j.root}/lib"/>
+ <path id="apache.log4j.classpath">
+ <pathelement path="${apache.log4j.lib}/log4j.jar"/>
+ </path>
+
<!-- The combined library classpath -->
<path id="library.classpath">
+ <path refid="apache.log4j.classpath"/>
<path refid="oswego.concurrent.classpath"/>
<path refid="jdom.classpath"/>
<path refid="sax.classpath"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development