You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2007/05/21 12:20:40 UTC

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

Author: stevel
Date: Mon May 21 03:20:27 2007
New Revision: 540098

URL: http://svn.apache.org/viewvc?view=rev&rev=540098
Log:
exclude this package on java1.3

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=540098&r1=540097&r2=540098
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon May 21 03:20:27 2007
@@ -170,6 +170,7 @@
     <or>
       <filename name="${ant.package}/taskdefs/TestProcess*"/>
       <filename name="${optional.package}/extension/**"/>
+      <filename name="${ant.package}/launch/LocatorTest*"/>
     </or>
   </selector>
 



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