[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Wed Aug 2 01:53:18 EDT 2006


  User: telrod  
  Date: 06/08/02 01:53:18

  Modified:    JBossRemoting  build.xml
  Log:
  JBREM-218 - updating build for cruisecontrol testsuite run.
  
  Revision  Changes    Path
  1.72      +5 -2      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.71
  retrieving revision 1.72
  diff -u -b -r1.71 -r1.72
  --- build.xml	2 Aug 2006 03:42:12 -0000	1.71
  +++ build.xml	2 Aug 2006 05:53:18 -0000	1.72
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.71 2006/08/02 03:42:12 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.72 2006/08/02 05:53:18 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -660,6 +660,7 @@
                  <exclude name="**/remoting/detection/multicast/*MulticastUnitTestCase*"/>
                  <exclude name="**/remoting/transport/http/compression/*CompressedHTTPInvokerTestCase*"/>
                  <exclude name="**/remoting/transport/**/ssl/serversocketrefresh/*TestCase*"/>
  +               <exclude name="**/remoting/transport/multiplex/*RestartServerTestCase*"/>
                  <!-- having to remove peformance tests as running out of memory failures -->
                  <exclude name="**/remoting/transport/multiplex/**/**Performance*TestCase.class"/>
                  <exclude name="**/remoting/versioning/**/*TestCase.class"/>
  @@ -1808,6 +1809,7 @@
         <copy todir="${dist.dir}/examples" filtering="no">
            <fileset dir="${basedir}/src/main">
               <include name="org/jboss/remoting/samples/**"/>
  +            <exclude name="org/jboss/remoting/samples/chat/**"/>
            </fileset>
         </copy>
   
  @@ -1820,7 +1822,8 @@
         <copy todir="${dist.dir}/etc" filtering="no">
            <fileset dir="${etc.dir}">
               <include name="**/*"/>
  -            <exclude name="org/jboss/remoting/transport/**"/>
  +            <exclude name="org/**"/>
  +            <exclude name="lib/**"/>
               <exclude name="build.xml"/>
            </fileset>
         </copy>
  
  
  



More information about the jboss-cvs-commits mailing list