[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Sat Mar 10 01:18:24 EST 2007


  User: nrichards
  Date: 07/03/10 01:18:23

  Modified:    jboss-seam  build.xml
  Log:
  update target dependency
  
  Revision  Changes    Path
  1.166     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -b -r1.165 -r1.166
  --- build.xml	28 Feb 2007 19:35:25 -0000	1.165
  +++ build.xml	10 Mar 2007 06:18:23 -0000	1.166
  @@ -804,7 +804,7 @@
           </javac>
       </target>    
       
  -    <target name="testcore" depends="compile"
  +    <target name="testcore" depends="compile,compiletest"
               description="Run the core unit tests">
   
           <taskdef resource="testngtasks"
  
  
  



More information about the jboss-cvs-commits mailing list