[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Mon Jul 31 13:43:56 EDT 2006


  User: telrod  
  Date: 06/07/31 13:43:56

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-218 - updating versioning target call from main test target (as cruisecontrol having classpath issues for these since using multiple versions of the same jar).
  
  Revision  Changes    Path
  1.70      +3 -3      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.69
  retrieving revision 1.70
  diff -u -b -r1.69 -r1.70
  --- build.xml	31 Jul 2006 04:15:42 -0000	1.69
  +++ build.xml	31 Jul 2006 17:43:56 -0000	1.70
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.69 2006/07/31 04:15:42 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.70 2006/07/31 17:43:56 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -480,14 +480,14 @@
   
      <target name="tests" description="Runs remoting functional and performance tests." depends="jars, tests.jars">
         <antcall target="tests.functional" inheritrefs="true"/>
  -      <antcall target="tests.versioning" inheritrefs="true"/>
  +      <!--<antcall target="tests.versioning" inheritrefs="true"/>-->
         <!--<antcall target="tests.performance" inheritrefs="true"/>-->
         <antcall target="tests.report" inheritrefs="true"/>
      </target>
   
      <target name="tests.all" description="Runs remoting functional and performance tests." depends="jars, tests.jars">
         <antcall target="tests.functional" inheritrefs="true"/>
  -      <!--      <antcall target="tests.versioning" inheritrefs="true"/> -->
  +      <antcall target="tests.versioning" inheritrefs="true"/>
         <antcall target="tests.performance" inheritrefs="true"/>
         <antcall target="tests.report" inheritrefs="true"/>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list