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

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


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

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



More information about the jboss-cvs-commits mailing list