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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:13:49 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:13:49

  Modified:    examples/seampay/resources/WEB-INF  components.xml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.11      +7 -1      jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	20 Jun 2007 02:11:30 -0000	1.10
  +++ components.xml	3 Sep 2007 12:13:49 -0000	1.11
  @@ -2,7 +2,13 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:framework="http://jboss.com/products/seam/framework"
  -            xmlns:async="http://jboss.com/products/seam/async">
  +            xmlns:async="http://jboss.com/products/seam/async"
  +            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +            xsi:schemaLocation=
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
  +                 http://jboss.com/products/seam/async http://jboss.com/products/seam/async-2.0.xsd
  +                 http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.0.xsd" >
   
       <pay:payment-home name="paymentHome" 
                         new-instance="#{newPayment}" 
  
  
  



More information about the jboss-cvs-commits mailing list