[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Thu Jul 5 14:59:09 EDT 2007


  User: gavin   
  Date: 07/07/05 14:59:09

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  add bpm namespace
  
  Revision  Changes    Path
  1.15      +2 -0      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- components-war.xml	26 Jun 2007 23:12:51 -0000	1.14
  +++ components-war.xml	5 Jul 2007 18:59:09 -0000	1.15
  @@ -3,6 +3,7 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:drools="http://jboss.com/products/seam/drools"
  +            xmlns:bpm="http://jboss.com/products/seam/bpm"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  @@ -10,6 +11,7 @@
                   "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/drools http://jboss.com/products/seam/drools-2.0.xsd
  +                 http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
  
  
  
  1.24      +2 -0      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- components.xml	26 Jun 2007 23:12:51 -0000	1.23
  +++ components.xml	5 Jul 2007 18:59:09 -0000	1.24
  @@ -3,6 +3,7 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:drools="http://jboss.com/products/seam/drools"
  +            xmlns:bpm="http://jboss.com/products/seam/bpm"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  @@ -10,6 +11,7 @@
                   "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/drools http://jboss.com/products/seam/drools-2.0.xsd
  +                 http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
  
  
  



More information about the jboss-cvs-commits mailing list