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

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  build.xml
  Log:
  Error tests for Seam Mail
  
  Revision  Changes    Path
  1.52      +5 -1      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -b -r1.51 -r1.52
  --- build.xml	9 Oct 2007 15:42:40 -0000	1.51
  +++ build.xml	11 Oct 2007 13:43:35 -0000	1.52
  @@ -398,6 +398,10 @@
   		<include name="**/*.page.xml" />
   	</patternset>
   
  +	<patternset id="test.src.files">
  +		<include name="**/*.xml" />
  +	</patternset>
  +
   	<!-- Build classpath -->
   	<path id="build.classpath">
   		<fileset dir="${lib.dir}">
  @@ -808,7 +812,7 @@
   		</copy>
   		<copy todir="${test.dir}">
   			<fileset dir="${src.test.dir}">
  -				<include name="**/*.xml" />
  +				<patternset refid="test.src.files" />
   			</fileset>
   		</copy>
           <copy todir="${test.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list