java-mx4j/java-mx4j-3.0.1-no-iiop.patch

18 lines
861 B
Diff
Raw Normal View History

--- mx4j-3.0.1/build/build.xml 2009-03-17 01:59:00.000000000 +0100
+++ mx4j-3.0.1/build/build.xml-gil 2009-03-17 02:01:13.000000000 +0100
@@ -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">