[jboss-cvs] JBossAS SVN: r69545 - branches/JBPAPP_4_2_0_GA_CP/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 1 14:22:08 EST 2008


Author: bdecoste
Date: 2008-02-01 14:22:08 -0500 (Fri, 01 Feb 2008)
New Revision: 69545

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
Log:
[JBPAPP-592] [JBPAPP-550] disbaled jaccpropagation - work in progress

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2008-02-01 19:12:12 UTC (rev 69544)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2008-02-01 19:22:08 UTC (rev 69545)
@@ -1601,7 +1601,7 @@
       </jar>
    </target>
 	
-   <target name="jaccpropagation"
+   <!--target name="jaccpropagation"
       description="Builds all jar files."
       depends="compile-classes">
 
@@ -1633,7 +1633,7 @@
             <include name="jaccpropagation-security-service.xml"/>
          </fileset>
       </copy>
-   </target>
+   </target-->
 
    <target name="servlet"
       description="Builds all jar files."
@@ -3608,7 +3608,7 @@
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440, 
       ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree785, ejbthree832, ejbthree921,
       ejbthree959, ejbthree963, ejbthree994, ejbthree1023, ejbthree1025, ejbthree1062,
-      jbas4489, epcpropagation, jaccpropagation, 
+      jbas4489, epcpropagation, 
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, jaxws,
       pkg, securitydomain, enventry, 
       jms/managed, naming, bmt, jca/inflowmdb, pool, jms, security, reference21_30, factory, dd/web, txexceptions, 
@@ -3636,9 +3636,9 @@
       <delete file="${build.testlog}/test.log"/>
 
      <!-- These tests need extra stuff on classpath -->
-      <condition property="client.run.classpath" value="security.client.classpath">
+      <!--condition property="client.run.classpath" value="security.client.classpath">
          <equals arg1="${test}" arg2="jaccpropagation"/>
-      </condition>
+      </condition-->
 	  <condition property="client.run.classpath" value="security.client.classpath">
          <equals arg1="${test}" arg2="security"/>
       </condition>




More information about the jboss-cvs-commits mailing list