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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 21 07:15:36 EST 2007


Author: wolfc
Date: 2007-02-21 07:15:36 -0500 (Wed, 21 Feb 2007)
New Revision: 60760

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Properly disabled dd.web (needs JavaEE 5)

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-21 11:41:21 UTC (rev 60759)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-21 12:15:36 UTC (rev 60760)
@@ -2990,11 +2990,9 @@
       <condition property="client.run.classpath" value="security.client.classpath">
          <equals arg1="${test}" arg2="security"/>
       </condition>
-      <!-- Wolf: disabled web integration, needs JavaEE 5
       <condition property="client.run.classpath" value="dd.web.client.classpath">
          <equals arg1="${test}" arg2="dd/web"/>
       </condition>
-      -->
       <condition property="client.run.classpath" value="dd.classpath">
          <equals arg1="${test}" arg2="dd"/>
       </condition>
@@ -3432,9 +3430,11 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="dd/override"/>
       </antcall>
+      <!-- Wolf: disabled web integration, needs JavaEE 5
       <antcall target="test" inheritRefs="true">
          <param name="test" value="dd/web"/>
       </antcall>
+      -->
       <antcall target="test" inheritRefs="true">
          <param name="test" value="jsp"/>
       </antcall>




More information about the jboss-cvs-commits mailing list