Author: dennisl
Date: Sun Jul 22 16:20:07 2007
New Revision: 558564

URL: http://svn.apache.org/viewvc?view=rev&rev=558564
Log:
Exclude the security tests because they rely on the MockSecurityManager that 
uses code that was first introduced in Java 1.4.

Modified:
    jakarta/commons/proper/logging/trunk/build-testing.xml

Modified: jakarta/commons/proper/logging/trunk/build-testing.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/build-testing.xml?view=diff&rev=558564&r1=558563&r2=558564
==============================================================================
--- jakarta/commons/proper/logging/trunk/build-testing.xml (original)
+++ jakarta/commons/proper/logging/trunk/build-testing.xml Sun Jul 22 16:20:07 
2007
@@ -324,6 +324,12 @@
             - a jvm < 1.4
             -->
           <exclude name="org/apache/commons/logging/jdk14/*"/>
+          <!--
+            - Exclude the security tests because they rely on the
+            - MockSecurityManager that uses code that was first introduced in
+            - Java 1.4
+            -->
+          <exclude name="org/apache/commons/logging/security/*"/>
         </fileset>
       </batchtest>
     </junit>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to