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

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


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

  Modified:    examples/blog/resources/META-INF  application.xml
  Log:
  schema for app.xml
  
  Revision  Changes    Path
  1.3       +6 -1      jboss-seam/examples/blog/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/blog/resources/META-INF/application.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- application.xml	17 Apr 2006 20:53:27 -0000	1.2
  +++ application.xml	3 Dec 2006 04:41:33 -0000	1.3
  @@ -1,4 +1,9 @@
  -<application>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<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"
  +             version="5">
  +             
   	<display-name>Seam Blog</display-name>
   
   	<module>
  
  
  



More information about the jboss-cvs-commits mailing list