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

Peter Muir peter at bleepbleep.org.uk
Sun Jun 24 17:37:55 EDT 2007


  User: pmuir   
  Date: 07/06/24 17:37:55

  Modified:    examples/dvdstore  build.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.43      +10 -0     jboss-seam/examples/dvdstore/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/build.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- build.xml	23 Jun 2007 22:04:51 -0000	1.42
  +++ build.xml	24 Jun 2007 21:37:55 -0000	1.43
  @@ -21,4 +21,14 @@
   	
       <import file="../../build.xml"/>
       
  +	<fileset id="example.validate.resources" dir="${example.resources.dir}">
  +		<include name="META-INF/application.xml" />
  +		<include name="META-INF/ejb-jar.xml" />
  +		<include name="META-INF/persistence.xml" />
  +		<include name="META-INF/jboss-app.xml" />
  +		<include name="WEB-INF/faces-config.xml"/>
  +		<include name="WEB-INF/web.xml"/>
  +		<include name="hibernate.cfg.xml"/>
  +	</fileset>
  +    
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list