[jboss-cvs] jboss-seam/src/main/META-INF ...

Norman Richards norman.richards at jboss.com
Mon May 21 22:17:58 EDT 2007


  User: nrichards
  Date: 07/05/21 22:17:58

  Modified:    src/main/META-INF  components.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.20      +2 -2      jboss-seam/src/main/META-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/META-INF/components.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- components.xml	4 Mar 2007 21:51:51 -0000	1.19
  +++ components.xml	22 May 2007 02:17:58 -0000	1.20
  @@ -1,7 +1,7 @@
   <?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.2.xsd">
  +            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
     <factory scope="stateless" auto-create="true" name="actor" value="#{org.jboss.seam.core.actor}"/>
     <factory scope="stateless" auto-create="true" name="applicationContext" value="#{org.jboss.seam.core.applicationContext}"/>
  
  
  



More information about the jboss-cvs-commits mailing list