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

Peter Muir peter at bleepbleep.org.uk
Thu Oct 11 09:43:35 EDT 2007


  User: pmuir   
  Date: 07/10/11 09:43:35

  Modified:    examples/mail  build.xml
  Log:
  Error tests for Seam Mail
  
  Revision  Changes    Path
  1.13      +5 -0      jboss-seam/examples/mail/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- build.xml	11 Oct 2007 11:01:08 -0000	1.12
  +++ build.xml	11 Oct 2007 13:43:35 -0000	1.13
  @@ -19,6 +19,11 @@
         <include name="*.*" />
       </patternset>
       
  +	<patternset id="test.src.files">
  +		<include name="**/*.xml" />
  +		<include name="**/*.xhtml" />
  +	</patternset>
  +    
       <path id="test.classpath.extras">
         <path location="${lib.dir}/jboss-seam-ui.jar" />
       </path>
  
  
  



More information about the jboss-cvs-commits mailing list