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

Gavin King gavin.king at jboss.com
Sat Jun 23 13:30:20 EDT 2007


  User: gavin   
  Date: 07/06/23 13:30:20

  Modified:    examples/booking/resources/META-INF  application.xml
  Log:
  make it an ejb module
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/examples/booking/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/booking/resources/META-INF/application.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- application.xml	5 Apr 2007 22:05:43 -0000	1.11
  +++ application.xml	23 Jun 2007 17:30:20 -0000	1.12
  @@ -18,7 +18,7 @@
       </module>
       
       <module>
  -        <java>jboss-seam.jar</java>
  +        <ejb>jboss-seam.jar</ejb>
       </module>
   
       <module>
  
  
  



More information about the jboss-cvs-commits mailing list