[jboss-cvs] jboss-seam ...
Norman Richards
norman.richards at jboss.com
Mon May 7 16:46:01 EDT 2007
User: nrichards
Date: 07/05/07 16:46:01
Modified: jboss-seam build.xml
Log:
jfreechart build
Revision Changes Path
1.186 +4 -2 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.185
retrieving revision 1.186
diff -u -b -r1.185 -r1.186
--- build.xml 24 Apr 2007 02:18:56 -0000 1.185
+++ build.xml 7 May 2007 20:46:01 -0000 1.186
@@ -140,6 +140,8 @@
<zipfileset id="example.itext.jar" dir="${lib.dir}" prefix="WEB-INF/lib" description="the itext jar">
<include name="itext-*.jar" if="example.seam.pdf.lib" />
+ <include name="jfreechart-*.jar" if="example.seam.pdf.lib" />
+ <include name="jcommon-*.jar" if="example.seam.pdf.lib" />
</zipfileset>
<zipfileset id="example.gwt.jar" dir="${lib.dir}" description="The GWT runtime">
@@ -298,8 +300,8 @@
<exclude name="jsf-facelets*.jar" />
<exclude name="jboss-*-jdk50.jar" />
<exclude name="jgroups*.jar" />
- <exclude name="myfaces*.jar" />
<exclude name="jbpm*.jar" />
+ <exclude name="jsp-api.jar" />
<exclude name="servlet-api.jar" />
<exclude name="ant*.jar" />
<exclude name="javax.servlet.jsp.jar" />
More information about the jboss-cvs-commits
mailing list