Author: maartenc
Date: Thu Dec  4 14:24:56 2008
New Revision: 723470

URL: http://svn.apache.org/viewvc?rev=723470&view=rev
Log:
Exclude junit in more configurations...

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=723470&r1=723469&r2=723470&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Thu Dec  4 14:24:56 2008
@@ -60,6 +60,6 @@
                <dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" 
conf="test->default" />
                
                <!-- Global exclude for junit -->
-               <exclude org="junit" module="junit" conf="core,default" />
+               <exclude org="junit" module="junit" 
conf="core,default,httpclient,oro,vfs,sftp,standalone,ant" />
        </dependencies>
 </ivy-module>


Reply via email to