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

21 lines
1.2 KiB
Diff
Raw Permalink Normal View History

--- mx4j-3.0.1/build/build.xml 2009-03-17 02:05:57.000000000 +0100
+++ mx4j-3.0.1/build/build.xml-gil 2009-03-17 02:07:44.000000000 +0100
@@ -253,16 +253,7 @@
</jar>
</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">
+ <target name="rmic.iiop" description="RMI compiles the remote JMX (JSR 160) classes">
<rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIServerImpl" classpathref="classpath" debug="yes" iiop="yes"/>
<rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIConnectionImpl" classpathref="classpath" debug="yes" iiop="yes"/>
</target>