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

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


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

  Modified:    examples/remoting/progressbar/resources/META-INF 
                        application.xml
  Log:
  Move remoting examples to new build, with minor bugfixes
  
  Revision  Changes    Path
  1.6       +3 -6      jboss-seam/examples/remoting/progressbar/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/progressbar/resources/META-INF/application.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- application.xml	5 Apr 2007 22:05:47 -0000	1.5
  +++ application.xml	29 Jun 2007 10:47:27 -0000	1.6
  @@ -8,17 +8,14 @@
       
       <module>
           <web>
  -            <web-uri>seam-progressbar.war</web-uri>
  +            <web-uri>jboss-seam-progressbar.war</web-uri>
               <context-root>/seam-progressbar</context-root>
           </web>
       </module>
       <module>
  -        <ejb>seam-progressbar.jar</ejb>
  +        <ejb>jboss-seam-progressbar.jar</ejb>
       </module>
       <module>
  -        <java>jboss-seam.jar</java>
  -    </module>
  -    <module>
  -        <java>jboss-el.jar</java>
  +        <ejb>jboss-seam.jar</ejb>
       </module>
   </application>
  
  
  



More information about the jboss-cvs-commits mailing list