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

Peter Muir peter at bleepbleep.org.uk
Thu Aug 16 06:53:46 EDT 2007


  User: pmuir   
  Date: 07/08/16 06:53:46

  Modified:    examples  build.xml
  Log:
  More work on dependency mangement and better coverage target
  
  Revision  Changes    Path
  1.27      +5 -0      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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- build.xml	10 Aug 2007 18:45:12 -0000	1.26
  +++ build.xml	16 Aug 2007 10:53:45 -0000	1.27
  @@ -378,6 +378,10 @@
   		<path refid="build.classpath.extras" />
   	</path>
   
  +	<path id="emma.classpath">
  +		<fileset dir="${seam.dir}/extras/emma/*.jar" />
  +	</path>
  +
   
   	<!-- ##################### BUILD TARGETS (COMMON) ##################### -->
   	<!-- 
  @@ -755,6 +759,7 @@
   			<classpath path="${test.dir}" />
   			<classpath path="${eejb.conf.dir}" />
   			<classpath refid="build.classpath" />
  +			<classpath refid="emma.classpath" />
   			<xmlfileset dir="${src.test.dir}" includes="**/*.xml" />
   		</testng>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list