[seam-commits] Seam SVN: r7212 - in trunk: seam-gen and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 23 11:28:26 EST 2008
Author: pete.muir at jboss.org
Date: 2008-01-23 11:28:25 -0500 (Wed, 23 Jan 2008)
New Revision: 7212
Modified:
trunk/examples/build.xml
trunk/seam-gen/build.xml
Log:
Oops
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2008-01-23 15:53:37 UTC (rev 7211)
+++ trunk/examples/build.xml 2008-01-23 16:28:25 UTC (rev 7212)
@@ -431,9 +431,9 @@
<include name="*.jar" />
</fileset>
<fileset dir="${lib.dir}">
- <!-- Don't include seam-ui or jbas5 integration-->
+ <!-- Don't include seam-ui or interop modules -->
<exclude name="jboss-seam-ui.jar" />
- <exclude name="jboss-seam-jbas5.jar" />
+ <exclude name="interop/**/*" />
</fileset>
<path path="${eejb.conf.dir}" />
<path refid="test.classpath.extras" />
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-01-23 15:53:37 UTC (rev 7211)
+++ trunk/seam-gen/build.xml 2008-01-23 16:28:25 UTC (rev 7212)
@@ -601,6 +601,7 @@
<exclude name="jboss-container.jar" />
<exclude name="test/jboss-deplyers.jar" />
<exclude name="test/jboss-embedded-api.jar" />
+ <exclude name="interop/**/*" />
</fileset>
<fileset file="${driver.jar}"/>
</copy>
More information about the seam-commits
mailing list