[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Thu Sep 20 19:13:58 EDT 2007


  User: pmuir   
  Date: 07/09/20 19:13:58

  Modified:    jboss-seam  build.xml
  Log:
  Fix build 
  
  Revision  Changes    Path
  1.270     +3 -3      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.269
  retrieving revision 1.270
  diff -u -b -r1.269 -r1.270
  --- build.xml	20 Sep 2007 22:08:16 -0000	1.269
  +++ build.xml	20 Sep 2007 23:13:58 -0000	1.270
  @@ -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" />
  @@ -435,9 +435,9 @@
   		<ant dir="examples/todo" target="test" inheritall="false" />
   		<ant dir="examples/blog" target="test" inheritall="false" />
   		<ant dir="examples/ui" target="test" inheritall="false" />
  -		<ant dir="examples/wiki" target="test" inheritall="false">
  +		<!--<ant dir="examples/wiki" target="test" inheritall="false">
   			<property name="test.output.dir" value="${test.dir}/wiki" />
  -		</ant>
  +		</ant>-->
   		<!--<ant dir="examples/portal" target="test" inheritall="false" />-->
   	</target>
   	<target name="validateall" description="Validate all example XML Configuration Files">
  
  
  



More information about the jboss-cvs-commits mailing list