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

Norman Richards norman.richards at jboss.com
Mon May 21 22:20:41 EDT 2007


  User: nrichards
  Date: 07/05/21 22:20:41

  Modified:    examples/itext/resources/WEB-INF   components.xml pages.xml
  Log:
  JBSEAM-1335: update xml versions
  
  Revision  Changes    Path
  1.2       +13 -7     jboss-seam/examples/itext/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/itext/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	7 Feb 2007 20:44:06 -0000	1.1
  +++ components.xml	22 May 2007 02:20:41 -0000	1.2
  @@ -1,13 +1,19 @@
  -<components xmlns:pdf="http://jboss.com/products/seam/pdf"
  +<components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:pdf="http://jboss.com/products/seam/pdf"
               xmlns:core="http://jboss.com/products/seam/core"
  -            xmlns:framework="http://jboss.com/products/seam/framework">
  +            xmlns:framework="http://jboss.com/products/seam/framework"
  +            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +            xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                                http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.3.xsd
  +                                http://jboss.com/products/seam/pdf http://jboss.com/products/seam/pdf-1.3.xsd   
  +                                http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
  -    <pdf:documentStore useExtensions="true" errorPage="/pdfMissing.seam" />
  +    <pdf:document-store use-extensions="true" error-page="/pdfMissing.seam" />
   
  -    <pdf:keyStoreConfig keyStore="pdf.keystore"
  -                        keyStorePassword="storepass"
  -                        keyPassword="keypass"
  -                        keyAlias="pdfKey" />
  +    <pdf:key-store-config key-store="pdf.keystore"
  +                          key-store-password="storepass"
  +                          key-password="keypass"
  +                          key-alias="pdfKey" />
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <core:ejb installed="@embeddedEjb@" /> 
  
  
  
  1.4       +2 -2      jboss-seam/examples/itext/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/resources/WEB-INF/pages.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pages.xml	27 Feb 2007 07:16:47 -0000	1.3
  +++ pages.xml	22 May 2007 02:20:41 -0000	1.4
  @@ -1,6 +1,6 @@
   <!DOCTYPE pages PUBLIC
  -  "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  -  "http://jboss.com/products/seam/pages-1.2.dtd">
  +  "-//JBoss/Seam Pages Configuration DTD 1.3//EN"
  +  "http://jboss.com/products/seam/pages-1.3.dtd">
   
   <pages>
   
  
  
  



More information about the jboss-cvs-commits mailing list