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

Michael Yuan michael.yuan at jboss.com
Mon Oct 1 18:36:05 EDT 2007


  User: myuan   
  Date: 07/10/01 18:36:05

  Modified:    examples/icefaces/resources/META-INF   application.xml
                        jboss-app.xml
  Log:
  Fix icefaces names
  
  Revision  Changes    Path
  1.12      +4 -4      jboss-seam/examples/icefaces/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/application.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- application.xml	1 Oct 2007 16:15:51 -0000	1.11
  +++ application.xml	1 Oct 2007 22:36:05 -0000	1.12
  @@ -8,13 +8,13 @@
   
       <module>
           <web>
  -            <web-uri>icefaces-booking.war</web-uri>
  -            <context-root>/icefaces-booking</context-root>
  +            <web-uri>seam-icefaces.war</web-uri>
  +            <context-root>/seam-icefaces</context-root>
           </web>
       </module>
       
       <module>
  -        <ejb>icefaces-booking.jar</ejb>
  +        <ejb>seam-icefaces.jar</ejb>
       </module>
       
       <module>
  
  
  
  1.6       +4 -4      jboss-seam/examples/icefaces/resources/META-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/icefaces/resources/META-INF/jboss-app.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- jboss-app.xml	1 Oct 2007 16:15:51 -0000	1.5
  +++ jboss-app.xml	1 Oct 2007 22:36:05 -0000	1.6
  @@ -5,6 +5,6 @@
   
   <jboss-app>
      <loader-repository> 
  -      seam.jboss.org:loader=icefaces-booking
  +      seam.jboss.org:loader=seam-icefaces
      </loader-repository> 
   </jboss-app> 
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list