~ubuntu-branches/ubuntu/trusty/ivy/trusty-proposed

« back to all changes in this revision

Viewing changes to src/java/org/apache/ivy/plugins/resolver/CacheResolver.java

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-02-06 20:56:32 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110206205632-85doqub2g5ofti4l
Tags: 2.2.0-1
* New upstream release.
* Update pom.xml to the latest version.
* Add Build-Depends and Suggests on libbcprov-java and libbcpg-java.
* Add mh_clean call in clean target.
* Bump Standards-Version to 3.9.1. No changes were required.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    }
104
104
 
105
105
    public DownloadReport download(Artifact[] artifacts, DownloadOptions options) {
 
106
        ensureConfigured();
106
107
        clearArtifactAttempts();
107
108
        DownloadReport dr = new DownloadReport();
108
109
        for (int i = 0; i < artifacts.length; i++) {