[jboss-cvs] jboss-seam/examples/remoting/chatroom/resources/META-INF ...
Norman Richards
norman.richards at jboss.com
Thu Apr 5 18:05:46 EDT 2007
User: nrichards
Date: 07/04/05 18:05:46
Modified: examples/remoting/chatroom/resources/META-INF
application.xml
Log:
add jboss-el to application.xml, remove myfaces references
Revision Changes Path
1.8 +33 -36 jboss-seam/examples/remoting/chatroom/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/chatroom/resources/META-INF/application.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- application.xml 5 Dec 2006 13:20:22 -0000 1.7
+++ application.xml 5 Apr 2007 22:05:46 -0000 1.8
@@ -19,10 +19,7 @@
<java>jboss-seam.jar</java>
</module>
<module>
- <java>el-api.jar</java>
- </module>
- <module>
- <java>el-ri.jar</java>
+ <java>jboss-el.jar</java>
</module>
<module>
<java>jboss-cache-jdk50.jar</java>
More information about the jboss-cvs-commits
mailing list