[seam-commits] Seam SVN: r7191 - in trunk: seam-gen and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 22 12:56:40 EST 2008
Author: pete.muir at jboss.org
Date: 2008-01-22 12:56:40 -0500 (Tue, 22 Jan 2008)
New Revision: 7191
Modified:
trunk/build.xml
trunk/seam-gen/build.xml
Log:
Don't include jbas5 jar in dist or seam-gen generated project
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-01-22 17:25:59 UTC (rev 7190)
+++ trunk/build.xml 2008-01-22 17:56:40 UTC (rev 7191)
@@ -455,6 +455,7 @@
<copy todir="${dist.lib.dir}">
<fileset dir="${lib.dir}">
<include name="**/*.jar" />
+ <exclude name="jboss-seam-jbas5.jar" />
</fileset>
</copy>
@@ -931,6 +932,7 @@
<path refid="compile.pdf.path" />
<path refid="compile.remoting.path" />
<path refid="compile.ui.path" />
+ <path refid="compile.jbas5.path" />
</eclipseClasspath>
</target>
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-01-22 17:25:59 UTC (rev 7190)
+++ trunk/seam-gen/build.xml 2008-01-22 17:56:40 UTC (rev 7191)
@@ -599,6 +599,7 @@
<exclude name="ajax4jsf*.jar" if="icefaces.property"/>
<exclude name="richfaces*.jar" if="icefaces.property"/>
<exclude name="jboss-container.jar" />
+ <exclude name="jboss-seam-jbas5.jar" />
<exclude name="test/jboss-deplyers.jar" />
<exclude name="test/jboss-embedded-api.jar" />
</fileset>
More information about the seam-commits
mailing list