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

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

Author: jhm
Date: Mon May 21 04:12:35 2007
New Revision: 540111

URL: http://svn.apache.org/viewvc?view=rev&rev=540111
Log:
URI is jdk14+ instead of jdk13+

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=540111&r1=540110&r2=540111
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon May 21 04:12:35 2007
@@ -170,7 +170,6 @@
     <or>
       <filename name="${ant.package}/taskdefs/TestProcess*"/>
       <filename name="${optional.package}/extension/**"/>
-      <filename name="${ant.package}/launch/LocatorTest*"/>
     </or>
   </selector>
 
@@ -178,6 +177,7 @@
     <or>
       <filename name="${regexp.package}/Jdk14Regexp*"/>
       <filename name="${ant.package}/types/AssertionsTest.java"/>
+      <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