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

Gavin King gavin.king at jboss.com
Mon Oct 23 15:31:19 EDT 2006


  User: gavin   
  Date: 06/10/23 15:31:19

  Modified:    examples/portal/resources/WEB-INF   jboss-app.xml
                        jboss-web.xml
  Log:
  updated
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/portal/resources/WEB-INF/jboss-app.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-app.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/portal/resources/WEB-INF/jboss-app.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-app.xml	7 Apr 2006 20:14:24 -0000	1.1
  +++ jboss-app.xml	23 Oct 2006 19:31:19 -0000	1.2
  @@ -1,3 +1,3 @@
   <jboss-app>
  -   <app-name>seam-hibernate</app-name>
  +   <app-name>seam-portal</app-name>
   </jboss-app>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      jboss-seam/examples/portal/resources/WEB-INF/jboss-web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/portal/resources/WEB-INF/jboss-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-web.xml	7 Apr 2006 20:14:24 -0000	1.1
  +++ jboss-web.xml	23 Oct 2006 19:31:19 -0000	1.2
  @@ -1,8 +1,8 @@
   <jboss-web>
  -   <context-root>seam-hibernate</context-root>
  +   <context-root>seam-portal</context-root>
      <class-loading> 
         <loader-repository> 
  -      seam.jboss.org:loader=seam-hibernate
  +      seam.jboss.org:loader=seam-portal
         </loader-repository> 
      </class-loading>
   </jboss-web> 
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list