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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 21 06:33:15 EST 2007


Author: wolfc
Date: 2007-02-21 06:33:14 -0500 (Wed, 21 Feb 2007)
New Revision: 60755

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
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:32:03 UTC (rev 60754)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-21 11:33:14 UTC (rev 60755)
@@ -2955,7 +2955,6 @@
              <include name="META-INF/*.xml"/>
          </fileset>
       </jar>
-      
    </target>
    
    <target name="jars" depends="timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
@@ -2991,9 +2990,11 @@
       <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>




More information about the jboss-cvs-commits mailing list