[jboss-cvs] JBossCache/etc ...

Brian Stansberry brian.stansberry at jboss.com
Tue Feb 6 02:02:29 EST 2007


  User: bstansberry
  Date: 07/02/06 02:02:29

  Modified:    etc      Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Allow tests with Foo.clazz to run from the dist
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.3  +5 -0      JBossCache/etc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.xml,v
  retrieving revision 1.14.2.2
  retrieving revision 1.14.2.3
  diff -u -b -r1.14.2.2 -r1.14.2.3
  --- build.xml	5 Jul 2006 03:35:03 -0000	1.14.2.2
  +++ build.xml	6 Feb 2007 07:02:29 -0000	1.14.2.3
  @@ -113,6 +113,11 @@
          </classpath>
        </javac>
   
  +	  <copy todir="${build}">
  +	    <fileset dir="${source}">
  +	       <include name="**/*.clazz"/>
  +	    </fileset>
  +	  </copy>
         <copy todir="${output}/etc">
           <fileset dir="${etc}">
              <include name="**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list