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

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


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

  Modified:    examples/icefaces/resources  icefaces-ds.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.2       +4 -0      jboss-seam/examples/icefaces/resources/icefaces-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: icefaces-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/icefaces-ds.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- icefaces-ds.xml	20 Nov 2006 05:41:36 -0000	1.1
  +++ icefaces-ds.xml	24 Jun 2007 21:37:51 -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>icefacesDatasource</jndi-name>
  
  
  



More information about the jboss-cvs-commits mailing list