[jboss-cvs] jboss-seam/examples/blog/resources/META-INF ...

Norman Richards norman.richards at jboss.com
Tue Dec 26 12:37:18 EST 2006


  User: nrichards
  Date: 06/12/26 12:37:18

  Modified:    examples/blog/resources/META-INF   application.xml
                        jboss-beans.xml
  Log:
  cleanup
  
  Revision  Changes    Path
  1.5       +27 -28    jboss-seam/examples/blog/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/resources/META-INF/application.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- application.xml	5 Dec 2006 13:29:37 -0000	1.4
  +++ application.xml	26 Dec 2006 17:37:18 -0000	1.5
  @@ -24,5 +24,4 @@
       <module>
           <java>el-ri.jar</java>
       </module>
  -    
   </application>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      jboss-seam/examples/blog/resources/META-INF/jboss-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/resources/META-INF/jboss-beans.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-beans.xml	16 Apr 2006 15:47:49 -0000	1.1
  +++ jboss-beans.xml	26 Dec 2006 17:37:18 -0000	1.2
  @@ -2,7 +2,7 @@
   
   <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
  -            xmlns="urn:jboss:bean-deployer">
  +            xmlns="urn:jboss:bean-deployer:2.0">
   
      <bean name="blogDatasourceBootstrap" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource">
         <property name="driverClass">org.hsqldb.jdbcDriver</property>
  
  
  



More information about the jboss-cvs-commits mailing list