[jboss-cvs] jboss-seam ...
Norman Richards
norman.richards at jboss.com
Thu May 24 18:30:16 EDT 2007
User: nrichards
Date: 07/05/24 18:30:16
Modified: jboss-seam build.xml
Log:
don't deploy el api on tomcat 6
Revision Changes Path
1.187 +1 -0 jboss-seam/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -b -r1.186 -r1.187
--- build.xml 7 May 2007 20:46:01 -0000 1.186
+++ build.xml 24 May 2007 22:30:16 -0000 1.187
@@ -297,6 +297,7 @@
<zipfileset id="example.tomcat.lib" prefix="WEB-INF/lib" dir="${lib.dir}" description="run-time dependencies for tomcat deployment">
<include name="*.jar" />
+ <exclude name="jboss-el-api.jar" />
<exclude name="jsf-facelets*.jar" />
<exclude name="jboss-*-jdk50.jar" />
<exclude name="jgroups*.jar" />
More information about the jboss-cvs-commits
mailing list