Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b7d86a70ed49335a9705e2eff1e7645f > files > 8

mx4j-3.0.1-4.7mdv2008.0.src.rpm

--- mx4j-2.1.0/build/build.xml.orig	2005-03-04 13:46:19.610032808 +0000
+++ mx4j-2.1.0/build/build.xml	2005-03-04 13:50:12.555578739 +0000
@@ -254,12 +254,14 @@
    </target>
 
    <target name="rmic.iiop.poa" description="RMI compiles the remote JMX (JSR 160) classes using the -poa option" if="jdk14.present">
+<!--
       <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIServerImpl" classpathref="classpath" debug="yes" iiop="yes">
          <compilerarg value="-poa"/>
       </rmic>
       <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIConnectionImpl" classpathref="classpath" debug="yes" iiop="yes">
          <compilerarg value="-poa"/>
       </rmic>
+-->
    </target>
 
    <target name="rmic.iiop" description="RMI compiles the remote JMX (JSR 160) classes" unless="jdk14.present">