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

Gavin King gavin.king at jboss.com
Tue Dec 5 10:14:01 EST 2006


  User: gavin   
  Date: 06/12/05 10:14:01

  Modified:    examples/numberguess/resources/META-INF  application.xml
  Log:
  add el jars
  
  Revision  Changes    Path
  1.8       +6 -0      jboss-seam/examples/numberguess/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/numberguess/resources/META-INF/application.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- application.xml	3 Dec 2006 04:41:35 -0000	1.7
  +++ application.xml	5 Dec 2006 15:14:01 -0000	1.8
  @@ -21,5 +21,11 @@
   	<module>
   	    <java>jbpm-3.1.2.jar</java>
   	</module>
  +    <module>
  +        <java>el-api.jar</java>
  +    </module>
  +    <module>
  +        <java>el-ri.jar</java>
  +    </module>
   
   </application>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list