You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/01/23 17:05:19 UTC

svn commit: r371563 - /ant/core/trunk/build.xml

Author: mbenson
Date: Mon Jan 23 08:05:17 2006
New Revision: 371563

URL: http://svn.apache.org/viewcvs?rev=371563&view=rev
Log:
try excluding ModifiedSelectorTest from crimson runs

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/build.xml?rev=371563&r1=371562&r2=371563&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon Jan 23 08:05:17 2006
@@ -1714,6 +1714,8 @@
             unless="xerces1.present"/>
           <exclude name="${ant.package}/IncludeTest.java"
             unless="xerces1.present"/>
+          <exclude name="${type.package}/selectors/ModifiedSelectorTest.java"
+            unless="xerces1.present"/>
 
           <!-- needs resolver.jar to work -->
           <exclude name="${optional.package}/XmlValidateCatalogTest.java"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org