[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sun Sep 16 12:08:55 EDT 2007


  User: pmuir   
  Date: 07/09/16 12:08:55

  Modified:    jboss-seam  build.xml
  Log:
  Add wiki tests to testsuite
  
  Revision  Changes    Path
  1.265     +3 -2      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.264
  retrieving revision 1.265
  diff -u -b -r1.264 -r1.265
  --- build.xml	21 Aug 2007 12:31:03 -0000	1.264
  +++ build.xml	16 Sep 2007 16:08:55 -0000	1.265
  @@ -513,10 +513,11 @@
   		<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 dir="examples/portal" target="test" inheritall="false" />-->
   	</target>
  -
   	<target name="validateall" description="Validate all example XML Configuration Files">
   		<ant dir="examples/booking" target="validateConfiguration" inheritall="false" />
   		<ant dir="examples/dvdstore" target="validateConfiguration" inheritall="false" />
  
  
  



More information about the jboss-cvs-commits mailing list