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/09/22 23:27:03 UTC

svn commit: r817846 - /ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java

Author: maartenc
Date: Tue Sep 22 21:26:53 2009
New Revision: 817846

URL: http://svn.apache.org/viewvc?rev=817846&view=rev
Log:
Fixed old merge-problem.

Modified:
    ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java

Modified: ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java?rev=817846&r1=817845&r2=817846&view=diff
==============================================================================
--- ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java (original)
+++ ant/ivy/core/branches/2.1.0/src/java/org/apache/ivy/Main.java Tue Sep 22 21:26:53 2009
@@ -267,9 +267,6 @@
             if (line.hasOption("refresh")) {
                 resolveOptions.setRefresh(true);
             }
-            if (line.hasOption("refresh")) {
-                resolveOptions.setRefresh(true);
-            }
             ResolveReport report = ivy.resolve(ivyfile.toURI().toURL(), resolveOptions);
             if (report.hasError()) {
                 System.exit(1);