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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 29 06:47:26 EDT 2007


  User: pmuir   
  Date: 07/06/29 06:47:26

  Modified:    examples/remoting/gwt/resources/META-INF  application.xml
  Log:
  Move remoting examples to new build, with minor bugfixes
  
  Revision  Changes    Path
  1.2       +3 -11     jboss-seam/examples/remoting/gwt/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/remoting/gwt/resources/META-INF/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- application.xml	16 Apr 2007 00:01:24 -0000	1.1
  +++ application.xml	29 Jun 2007 10:47:26 -0000	1.2
  @@ -8,25 +8,17 @@
     
     <module>
       <web>
  -      <web-uri>seam-gwt.war</web-uri>
  +      <web-uri>jboss-seam-gwt.war</web-uri>
         <context-root>/seam-gwt</context-root>
       </web>
     </module>
     
     <module>
  -    <ejb>seam-gwt.jar</ejb>
  +    <ejb>jboss-seam-gwt.jar</ejb>
     </module>
     
     <module>
  -    <java>jboss-seam.jar</java>
  -  </module>
  -  
  -  <module>
  -    <java>jboss-el.jar</java>
  -  </module>
  -  
  -  <module>
  -    <java>gwt-servlet.jar</java>
  +    <ejb>jboss-seam.jar</ejb>
     </module>
   
   </application>
  
  
  



More information about the jboss-cvs-commits mailing list