Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 7872e7af46bcc4c02ce2913801603dcb > files > 10

mx4j-3.0.1-7.0.1mdv2009.0.src.rpm

--- build/build.xml.sav	2005-03-01 11:14:37.000000000 +0100
+++ build/build.xml	2006-03-10 16:45:56.000000000 +0100
@@ -249,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>