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

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


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

  Modified:    examples/mail  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.10      +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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build.xml	28 Jun 2007 23:37:24 -0000	1.9
  +++ build.xml	9 Oct 2007 13:58:50 -0000	1.10
  @@ -15,5 +15,10 @@
   
   	<import file="../build.xml" />
   
  +    <patternset id="test.view.files">
  +      <include name="**/*.xml" />
  +      <include name="**/*.xhtml" />
  +    </patternset>
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list