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

Gavin King gavin.king at jboss.com
Tue Feb 27 19:00:26 EST 2007


  User: gavin   
  Date: 07/02/27 19:00:25

  Modified:    src/main/META-INF  components.xml
  Log:
  oopsie
  
  Revision  Changes    Path
  1.18      +4 -4      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- components.xml	26 Feb 2007 20:31:09 -0000	1.17
  +++ components.xml	28 Feb 2007 00:00:25 -0000	1.18
  @@ -1,8 +1,8 @@
  -<!DOCTYPE components PUBLIC
  -  "-//JBoss/Seam Component Configuration DTD 1.1//EN"
  -  "http://jboss.com/products/seam/components-1.1.dtd">
  +<?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">
   
  -<components>
     <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}"/>
     <factory scope="stateless" auto-create="true" name="businessProcess" value="#{org.jboss.seam.core.businessProcess}"/>
  
  
  



More information about the jboss-cvs-commits mailing list