You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2009/11/16 23:49:17 UTC

svn commit: r881022 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java

Author: maartenc
Date: Mon Nov 16 22:49:17 2009
New Revision: 881022

URL: http://svn.apache.org/viewvc?rev=881022&view=rev
Log:
Reverted change made for IVY-956 because the change for IVY-1115 also fixes the attached tests and is a cleaner solution...

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java?rev=881022&r1=881021&r2=881022&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/VisitNode.java Mon Nov 16 22:49:17 2009
@@ -34,7 +34,6 @@
 import org.apache.ivy.core.resolve.IvyNodeEviction.EvictionData;
 import org.apache.ivy.plugins.conflict.ConflictManager;
 import org.apache.ivy.util.Checks;
-import org.apache.ivy.util.Message;
 
 /**
  * A visit node is an object used to represent one visit from one parent on an {@link IvyNode} of
@@ -276,12 +275,6 @@
         if (loaded) {
             useRealNode();
             
-            // check if the real node is blacklisted -> if so, skip further loading
-            if (getRealNode().isBlacklisted(rootModuleConf)) {
-                Message.debug(rootModuleConf + " is blacklisted. Skip loading");
-                return false;
-            }
-            
             // if the loaded revision is different from original one
             // we now register this node on the new resolved id
             // this includes two cases: