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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 17 09:53:20 EDT 2007


  User: pmuir   
  Date: 07/09/17 09:53:20

  Modified:    examples/wiki  build.xml
  Log:
  Add EMMA to test classpath
  
  Revision  Changes    Path
  1.34      +3 -0      jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- build.xml	15 Sep 2007 17:06:18 -0000	1.33
  +++ build.xml	17 Sep 2007 13:53:20 -0000	1.34
  @@ -88,6 +88,9 @@
           <!-- YES, THIS LOADS jboss-seam.jar AGAIN... -->
           <fileset refid="seamlibs"/>
   
  +    	<!-- Add EMMA to the classpath for coverage support -->
  +    	<pathelement location="${seam.home}/extras/emma/emma.jar" />
  +    	<pathelement location="${seam.home}/extras/emma/emma_ant.jar" />
       </path>
   
       <path id="tools.classpath">
  
  
  



More information about the jboss-cvs-commits mailing list