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

Peter Muir peter at bleepbleep.org.uk
Sun Jul 8 10:21:03 EDT 2007


  User: pmuir   
  Date: 07/07/08 10:21:02

  Modified:    examples  build.xml
  Log:
  Try to make tests pass on cruisecontrol (again)
  
  Revision  Changes    Path
  1.13      +3 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	6 Jul 2007 21:42:41 -0000	1.12
  +++ build.xml	8 Jul 2007 14:21:02 -0000	1.13
  @@ -656,6 +656,9 @@
   		</copy>
   	</target>
   
  +	<!-- Placeholder for cruisecontrol -->
  +	<target name="testexample" depends="test" />
  +
   	<target name="test" depends="buildtest" description="Run the tests">
   		<taskdef resource="testngtasks" classpath="${testng.jar}" />
   		<testng outputdir="${test-report.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list