[jboss-cvs] jboss-seam/examples/seambay/resources ...

Peter Muir peter at bleepbleep.org.uk
Sun Jun 24 17:37:53 EDT 2007


  User: pmuir   
  Date: 07/06/24 17:37:53

  Modified:    examples/seambay/resources  seambay-ds.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.2       +4 -0      jboss-seam/examples/seambay/resources/seambay-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seambay-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/resources/seambay-ds.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seambay-ds.xml	22 Mar 2007 15:02:47 -0000	1.1
  +++ seambay-ds.xml	24 Jun 2007 21:37:53 -0000	1.2
  @@ -1,5 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  +<!DOCTYPE datasources
  +    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
  +    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
  +
   <datasources>
       <local-tx-datasource>
           <jndi-name>seambayDatasource</jndi-name>
  
  
  



More information about the jboss-cvs-commits mailing list