[jboss-cvs] jboss-seam/examples/hibernate/resources/WEB-INF ...

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


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

  Modified:    examples/hibernate/resources/WEB-INF  jboss-web.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.2       +6 -2      jboss-seam/examples/hibernate/resources/WEB-INF/jboss-web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/jboss-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-web.xml	23 Jan 2006 11:19:38 -0000	1.1
  +++ jboss-web.xml	24 Jun 2007 21:37:53 -0000	1.2
  @@ -1,8 +1,12 @@
  +  <!DOCTYPE jboss-web PUBLIC
  +    "-//JBoss//DTD Web Application 4.2//EN"
  +    "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
  +
   <jboss-web>
  -   <context-root>seam-hibernate</context-root>
      <class-loading> 
         <loader-repository> 
         seam.jboss.org:loader=seam-hibernate
         </loader-repository> 
      </class-loading>
  +   <context-root>seam-hibernate</context-root>
   </jboss-web> 
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list