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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 15 09:32:15 EDT 2007


  User: pmuir   
  Date: 07/10/15 09:32:15

  Modified:    examples/quartz  build.xml
  Log:
  Tests for quartz example
  
  Revision  Changes    Path
  1.4       +5 -0      jboss-seam/examples/quartz/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	29 Jun 2007 00:18:57 -0000	1.3
  +++ build.xml	15 Oct 2007 13:32:15 -0000	1.4
  @@ -13,5 +13,10 @@
       <property name="facelets.lib"    value="yes"/>
       
       <import file="../build.xml"/>
  +    
  +    <patternset id="test.resources.files">
  +      <exclude name="import.sql" />
  +      <exclude name="seam.quartz.properties" />
  +    </patternset>
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list