mx4j/build build.xml,1.96,1.97

Simone Bordet <[email protected]>
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22798

Modified Files:
	build.xml 
Log Message:
+ Updating to version 2.1.0.D
+ Moving target 'manifest' to release, to reduce build times

Index: build.xml
===================================================================
RCS file: /cvsroot/mx4j/mx4j/build/build.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** build.xml	29 Jun 2004 15:49:56 -0000	1.96
--- build.xml	18 Jul 2004 20:51:14 -0000	1.97
***************
*** 16,20 ****
     <!-- 2. The mx4j.server.MX4JMBeanServerDelegate class  -->
     <!-- 3. The mx4j.tools.adaptor.http.HttpAdaptor class  -->
!    <property name="release" value="2.0.1"/>
  
     <property name="src.dir" value="${basedir}/src"/>
--- 16,20 ----
     <!-- 2. The mx4j.server.MX4JMBeanServerDelegate class  -->
     <!-- 3. The mx4j.tools.adaptor.http.HttpAdaptor class  -->
!    <property name="release" value="2.1.0.D"/>
  
     <property name="src.dir" value="${basedir}/src"/>
***************
*** 229,233 ****
     </target>
  
!    <target name="compile.jmx" description="Compiles the JMX (JSR 3) classes" depends="flags,manifest">
        <mkdir dir="${core.classes.dir}"/>
        <mkdir dir="${dist.lib.dir}"/>
--- 229,233 ----
     </target>
  
!    <target name="compile.jmx" description="Compiles the JMX (JSR 3) classes" depends="flags">
        <mkdir dir="${core.classes.dir}"/>
        <mkdir dir="${dist.lib.dir}"/>
***************
*** 256,260 ****
        </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">
--- 256,260 ----
        </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">
***************
*** 278,283 ****
        <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIServerImpl" classpathref="classpath" debug="yes" stubversion="1.2"/>
        <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIConnectionImpl" classpathref="classpath" debug="yes" stubversion="1.2"/>
!       <antcall target="rmic.iiop"/> 
!       <antcall target="rmic.iiop.poa"/> 
  
        <jar jarfile="${rjmx.jar.file}" manifest="${etc.dir}/MANIFEST.MF">
--- 278,283 ----
        <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIServerImpl" classpathref="classpath" debug="yes" stubversion="1.2"/>
        <rmic base="${core.classes.dir}" classname="javax.management.remote.rmi.RMIConnectionImpl" classpathref="classpath" debug="yes" stubversion="1.2"/>
!       <antcall target="rmic.iiop"/>
!       <antcall target="rmic.iiop.poa"/>
  
        <jar jarfile="${rjmx.jar.file}" manifest="${etc.dir}/MANIFEST.MF">
***************
*** 499,503 ****
     <target name="main" depends="tests, compile.examples"/>
  
!    <target name="release" description="Builds a release of the MX4J project" depends="clean, releasing, main, docs, javadocs">
        <mkdir dir="${release.dist.dir}"/>
        <mkdir dir="${binary.release.dist.dir}"/>
--- 499,503 ----
     <target name="main" depends="tests, compile.examples"/>
  
!    <target name="release" description="Builds a release of the MX4J project" depends="clean, manifest, releasing, main, docs, javadocs">
        <mkdir dir="${release.dist.dir}"/>
        <mkdir dir="${binary.release.dist.dir}"/>



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.