[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 06:13:10 EDT 2007


  User: pmuir   
  Date: 07/09/21 06:13:10

  Modified:    jboss-seam  build.xml
  Log:
  Fix dvdstore
  
  Revision  Changes    Path
  1.271     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.270
  retrieving revision 1.271
  diff -u -b -r1.270 -r1.271
  --- build.xml	20 Sep 2007 23:13:58 -0000	1.270
  +++ build.xml	21 Sep 2007 10:13:10 -0000	1.271
  @@ -427,7 +427,7 @@
   
   	<target name="testall" depends="testcore,build,compiletest" description="Run the core unit tests and all example tests">
   		<ant dir="examples/booking" target="test" inheritall="false" />
  -		<!--<ant dir="examples/dvdstore" target="test" inheritall="false" />-->
  +		<ant dir="examples/dvdstore" target="test" inheritall="false" />
   		<ant dir="examples/messages" target="test" inheritall="false" />
   		<ant dir="examples/numberguess" target="test" inheritall="false" />
   		<ant dir="examples/contactlist" target="test" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list