[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 9 09:58:51 EDT 2007


  User: pmuir   
  Date: 07/10/09 09:58:51

  Modified:    jboss-seam  build.xml
  Log:
  Initial support for integration testing Seam Mail - yay ( JBSEAM-1833) and a start at tests for the mail example
  
  Revision  Changes    Path
  1.291     +3 -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.290
  retrieving revision 1.291
  diff -u -b -r1.290 -r1.291
  --- build.xml	8 Oct 2007 18:15:49 -0000	1.290
  +++ build.xml	9 Oct 2007 13:58:51 -0000	1.291
  @@ -113,6 +113,7 @@
   		<include name="**/*.tld" />
   		<include name="**/*.xslt" />
   		<include name="**/*.properties" />
  +		<include name="**/*.providers" />
   		<include name="**/*.js" />
   		<include name="**/*.html" />
   		<include name="**/*.xhtml" />
  @@ -364,6 +365,7 @@
   		<testexample name="seambay" />
   		<testexample name="seamspace" />
   		<testexample name="drools" />
  +		<testexample name="mail" />
   		<ant dir="examples/wiki" target="test" inheritall="false">
   			<property name="test.output.dir" value="${test.dir}/wiki" />
   		</ant>
  @@ -771,7 +773,7 @@
   	<macrodef name="cleanexample">
   		<attribute name="name" />
   		<attribute name="path" default="examples/@{name}" />
  -		<attribute name="message" default="Running tests on @{name} example" />
  +		<attribute name="message" default="Cleaning on @{name} example" />
   		<sequential>
   			<echo>@{message}</echo>
   			<callExample path="@{path}" target="clean" />
  
  
  



More information about the jboss-cvs-commits mailing list