[jboss-cvs] jboss-seam/src/test/integration/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Sat Oct 13 12:08:40 EDT 2007


  User: nrichards
  Date: 07/10/13 12:08:39

  Modified:    src/test/integration/resources/WEB-INF  pages.xml
  Log:
  JBSEAM-2096
  
  Revision  Changes    Path
  1.3       +8 -1      jboss-seam/src/test/integration/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/resources/WEB-INF/pages.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pages.xml	10 Oct 2007 23:08:47 -0000	1.2
  +++ pages.xml	13 Oct 2007 16:08:39 -0000	1.3
  @@ -5,6 +5,14 @@
          no-conversation-view-id="/home.xhtml"
          login-view-id="/login.xhtml">
   
  +    <page view-id="/pageWithDescription.xhtml">
  +    	<description>page description</description>
  +    </page>
  +
  +    <page view-id="/pageWithAnotherDescription.xhtml">
  +    	<description>another page description</description>
  +    </page>
  +
       <exception class="org.jboss.seam.framework.EntityNotFoundException">
           <redirect view-id="/error.xhtml">
               <message>Not found</message>
  @@ -41,5 +49,4 @@
               <message>Unexpected error, please try again</message>
           </redirect>
       </exception>
  -    
   </pages>
  
  
  



More information about the jboss-cvs-commits mailing list