[jboss-cvs] JBossAS SVN: r60287 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 5 01:51:56 EST 2007


Author: wolfc
Date: 2007-02-05 01:51:56 -0500 (Mon, 05 Feb 2007)
New Revision: 60287

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Fixed test compile.


Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-05 05:14:15 UTC (rev 60286)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-05 06:51:56 UTC (rev 60287)
@@ -339,6 +339,9 @@
          failonerror="${javac.fail.onerror}">
          <src path="${source.java}"/>
          <classpath refid="javac.classpath"/>
+         <exclude name="org/jboss/ejb3/test/**/*EmbeddedTest.java"/>
+         <exclude name="org/jboss/ejb3/test/appclient/**"/>
+         <exclude name="org/jboss/ejb3/test/standalone/**"/>
       </javac>
    </target>
 




More information about the jboss-cvs-commits mailing list