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

Peter Muir peter at bleepbleep.org.uk
Thu Jul 12 11:11:05 EDT 2007


  User: pmuir   
  Date: 07/07/12 11:11:05

  Modified:    examples  build.xml
  Log:
  Better test and coverage targets
  
  Revision  Changes    Path
  1.17      +1 -1      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- build.xml	10 Jul 2007 05:07:42 -0000	1.16
  +++ build.xml	12 Jul 2007 15:11:05 -0000	1.17
  @@ -54,7 +54,7 @@
   	<!-- Testing -->
   	<property name="test.dir" value="test-build" />
   	<property name="coverage.dir" value="${seam.dir}/build/coverage" />
  -	<property name="test-report.dir" value="${seam.dir}/test-report" />
  +	<property name="test-report.dir" value="${seam.dir}/test-output" />
   	<property name="eejb.conf.dir" value="${seam.dir}/bootstrap" />
   	<property name="src.schema.dir" value="${seam.dir}/src/main/org/jboss/seam" />
   	<property name="schema.version" value="${version}" />
  
  
  



More information about the jboss-cvs-commits mailing list