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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]