[jboss-cvs] jboss-seam/seam-gen/resources/META-INF ...

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


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

  Modified:    seam-gen/resources/META-INF  application.xml
  Log:
  schema for app.xml
  
  Revision  Changes    Path
  1.2       +8 -3      jboss-seam/seam-gen/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/seam-gen/resources/META-INF/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- application.xml	28 Oct 2006 17:56:05 -0000	1.1
  +++ application.xml	3 Dec 2006 04:41:37 -0000	1.2
  @@ -1,6 +1,10 @@
  -<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 Generated Application</display-name>
  -    <description>created by seam-gen</description>
   
   	<module>
   		<web>
  @@ -17,4 +21,5 @@
   	<module>
   	    <java>jbpm-3.1.2.jar</java>
   	</module>
  +    
   </application>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list