[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Fri Jul 21 23:26:01 EDT 2006


  User: telrod  
  Date: 06/07/21 23:26:01

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-384 - fixed jar manifest.
  
  Revision  Changes    Path
  1.66      +32 -11    JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -b -r1.65 -r1.66
  --- build.xml	21 Jul 2006 19:40:08 -0000	1.65
  +++ build.xml	22 Jul 2006 03:26:01 -0000	1.66
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.65 2006/07/21 19:40:08 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.66 2006/07/22 03:26:01 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -315,9 +315,10 @@
               <attribute name="Specification-Title" value="JBossRemoting"/>
               <attribute name="Specification-Version" value="${module.version}"/>
               <attribute name="Specification-Vendor" value="JBoss Inc."/>
  -            <attribute name="Implementation-Title" value="${module.name}"/>
  +            <attribute name="Implementation-Title" value="JBossRemoting"/>
               <attribute name="Implementation-Version" value="${module.version}"/>
               <attribute name="Implementation-Vendor" value="JBoss Inc."/>
  +            <attribute name="Implementation-Vendor-Id" value="http://www.jboss.org"/>
            </section>
         </manifest>
      </target>
  @@ -761,25 +762,45 @@
            <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_0-client"/>
  -         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_0/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0_beta2-client"/>
  +         <param name="client.classpath" value="${etc.dir}/lib/remoting_2_0_0_beta2/jboss-remoting.jar"/>
            <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_0-server"/>
  -         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_0/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0_beta2-server"/>
  +         <param name="server.classpath" value="${etc.dir}/lib/remoting_2_0_0_beta2/jboss-remoting.jar"/>
            <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
         </antcall>
  -      <antcall target="tests.versioning.no_multiplex" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_2_1-client"/>
  -         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_2_1/jboss-remoting.jar"/>
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="1_4_4-client"/>
  +         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>
            <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_2_1-server"/>
  -         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_2_1/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="1_4_4-server"/>
  +         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>
  +         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +      </antcall>
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="1_4_0-client"/>
  +         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_0/jboss-remoting.jar"/>
  +         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +      </antcall>
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="1_4_0-server"/>
  +         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_0/jboss-remoting.jar"/>
            <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
         </antcall>
  +      <!--<antcall target="tests.versioning.no_multiplex" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_2_1-client"/>-->
  +         <!--<param name="client.classpath" value="${etc.dir}/lib/remoting_1_2_1/jboss-remoting.jar"/>-->
  +         <!--<param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +      <!--</antcall>-->
  +      <!--<antcall target="tests.versioning.all_transports" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_2_1-server"/>-->
  +         <!--<param name="server.classpath" value="${etc.dir}/lib/remoting_1_2_1/jboss-remoting.jar"/>-->
  +         <!--<param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +      <!--</antcall>-->
      </target>
   
      <target name="tests.versioning.all_transports"
  
  
  



More information about the jboss-cvs-commits mailing list