[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Sat Oct 13 18:27:18 EDT 2007


  User: pmuir   
  Date: 07/10/13 18:27:18

  Modified:    build    common.build.xml
  Log:
  Control where coverage.ec is written
  
  Revision  Changes    Path
  1.9       +3 -0      jboss-seam/build/common.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: common.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/common.build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- common.build.xml	25 Sep 2007 22:22:51 -0000	1.8
  +++ common.build.xml	13 Oct 2007 22:27:18 -0000	1.9
  @@ -72,6 +72,9 @@
   
   	<property name="maven.dir" value="${build.dir}/maven" />
   
  +    <property name="coverage.dir" value="${seam.dir}/coverage-output" />
  +    <property name="coverage.ec" value="${coverage.dir}/coverage.ec" />
  +
   	<artifact:remoteRepository id="local.repository" url="file://${build.dir}/repository" />
   	<artifact:remoteRepository id="repository.jboss.org" url="http://repository.jboss.org/maven2" />
   
  
  
  



More information about the jboss-cvs-commits mailing list