bloritsch 2002/12/26 22:45:18
Modified: . build.xml
Log:
Apply patch from Sam Ruby for the build script
Revision Changes Path
1.192 +1 -1 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- build.xml 3 Dec 2002 23:17:06 -0000 1.191
+++ build.xml 27 Dec 2002 06:45:17 -0000 1.192
@@ -125,7 +125,7 @@
<!-- Check requirements of environment -->
<target name="check-mx4j">
- <available property="mx4j.present" classname="mx4j.server.MBeanServerImpl">
+ <available property="mx4j.present" classname="mx4j.util.StandardMBeanProxy">
<classpath refid="project.class.path"/>
</available>
<antcall target="check-mx4j2"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>