[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 09:46:57 EDT 2007


  User: pmuir   
  Date: 07/07/14 09:46:57

  Modified:    jboss-seam  build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.240     +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.239
  retrieving revision 1.240
  diff -u -b -r1.239 -r1.240
  --- build.xml	14 Jul 2007 13:34:14 -0000	1.239
  +++ build.xml	14 Jul 2007 13:46:57 -0000	1.240
  @@ -726,7 +726,7 @@
   	
   	<target name="instrumentall" depends="instrumentcore" />
   		
  -	<target name="coverageall" depends="instrumentall, testall" description="Run the core unit tests and all example tests with code coverage" />
  +	<target name="coverageall" depends="instrumentall, testall, coveragecore" description="Run the core unit tests and all example tests with code coverage" />
   	
   	<!-- Target for continuous integration, faster than running the targets indepently -->
   	<target name="ci" depends="cleanall, coverageall, copytestoutput, dist" />
  
  
  



More information about the jboss-cvs-commits mailing list