[jboss-cvs] jboss-seam/examples/pdf/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sat Feb 3 22:51:02 EST 2007


  User: gavin   
  Date: 07/02/03 22:51:02

  Modified:    examples/pdf/resources/WEB-INF  exceptions.xml
  Log:
  use components dtd
  
  Revision  Changes    Path
  1.2       +4 -4      jboss-seam/examples/pdf/resources/WEB-INF/exceptions.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: exceptions.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/resources/WEB-INF/exceptions.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- exceptions.xml	24 Dec 2006 19:58:09 -0000	1.1
  +++ exceptions.xml	4 Feb 2007 03:51:02 -0000	1.2
  @@ -1,10 +1,10 @@
  -<!DOCTYPE exceptions PUBLIC
  +<!DOCTYPE pages PUBLIC
     "-//JBoss/Seam Exceptions Configuration DTD 1.1//EN"
  -  "http://jboss.com/products/seam/exceptions-1.1.dtd">
  +  "http://jboss.com/products/seam/pages-1.1.dtd">
   
  -<exceptions>
  +<pages>
      <exception>
         <redirect view-id="/error.xhtml"/>
         <end-conversation/>
      </exception>
  -</exceptions>
  +</pages>
  
  
  



More information about the jboss-cvs-commits mailing list