mirror of https://github.com/apache/ant-ivy
Fixed old merge-problem.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.1.0@817846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32b3f00645
commit
b330c8b064
|
|
@ -267,9 +267,6 @@ public final class Main {
|
|||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue