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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 14 08:54:53 EST 2007


  User: sbryzak2
  Date: 07/02/14 08:54:53

  Modified:    examples/booking/resources/WEB-INF  components.xml
  Log:
  use security api
  
  Revision  Changes    Path
  1.12      +1 -3      jboss-seam/examples/booking/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/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	13 Feb 2007 10:17:51 -0000	1.11
  +++ components.xml	14 Feb 2007 13:54:53 -0000	1.12
  @@ -2,13 +2,11 @@
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:security="http://jboss.com/products/seam/security"
  -            xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd">
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
   
       <core:init jndi-pattern="@jndiPattern@" debug="true"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list