[jboss-cvs] JBossAS SVN: r68438 - trunk/testsuite/imports.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 19 17:37:03 EST 2007
Author: alesj
Date: 2007-12-19 17:37:03 -0500 (Wed, 19 Dec 2007)
New Revision: 68438
Modified:
trunk/testsuite/imports/test-jars.xml
Log:
Remove Seam examples build from testuite.
Can be ran standalone with 'build seam' == running seam target.
Modified: trunk/testsuite/imports/test-jars.xml
===================================================================
--- trunk/testsuite/imports/test-jars.xml 2007-12-19 22:30:27 UTC (rev 68437)
+++ trunk/testsuite/imports/test-jars.xml 2007-12-19 22:37:03 UTC (rev 68438)
@@ -140,7 +140,6 @@
_jars-readahead,
_jars-retry,
_jars-scoped,
- _jars-seam,
_jars-security,
_jars-securitymgr,
_jars-security-spi,
@@ -163,8 +162,9 @@
</target>
<!--
- | Commonly used class patternsets
- -->
+ | Build Seam example files.
+ -->
+ <target name="seam" description="Builds Seam examples files." depends="compile, _jars-seam"/>
<patternset id="common.test.client.classes">
<include name="org/jboss/test/util/**"/>
More information about the jboss-cvs-commits
mailing list