[jboss-cvs] jboss-seam/examples/seampay/resources/META-INF ...

Gavin King gavin.king at jboss.com
Sat Dec 2 23:41:36 EST 2006


  User: gavin   
  Date: 06/12/02 23:41:36

  Modified:    examples/seampay/resources/META-INF  application.xml
  Log:
  schema for app.xml
  
  Revision  Changes    Path
  1.3       +6 -5      jboss-seam/examples/seampay/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/resources/META-INF/application.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- application.xml	23 Oct 2006 22:38:24 -0000	1.2
  +++ application.xml	3 Dec 2006 04:41:36 -0000	1.3
  @@ -1,8 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<application version="5" 
  -             xmlns="http://java.sun.com/xml/ns/javaee" 
  +<application xmlns="http://java.sun.com/xml/ns/javaee" 
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  -             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd">
  +             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
  +             version="5">
  +             
       <display-name>Seam Pay Example</display-name>
       
       <module>
  
  
  



More information about the jboss-cvs-commits mailing list