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

Gavin King gavin.king at jboss.com
Fri Jun 8 22:35:46 EDT 2007


  User: gavin   
  Date: 07/06/08 22:35:46

  Modified:    examples/todo/resources/WEB-INF  components.xml
  Log:
  use xsd
  
  Revision  Changes    Path
  1.6       +4 -5      jboss-seam/examples/todo/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/todo/resources/WEB-INF/components.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	22 May 2007 02:20:44 -0000	1.5
  +++ components.xml	9 Jun 2007 02:35:46 -0000	1.6
  @@ -1,8 +1,7 @@
  -<!DOCTYPE components PUBLIC
  -  "-//JBoss/Seam Component Configuration DTD 1.3//EN"
  -  "http://jboss.com/products/seam/components-1.3.dtd">
  -
  -<components>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <component class="org.jboss.seam.core.Jbpm">
           <property name="processDefinitions">todo.jpdl.xml</property>
  
  
  



More information about the jboss-cvs-commits mailing list