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

« back to all changes in this revision

Viewing changes to src/example/dependence/settings/ivysettings.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-15 17:44:57 UTC
  • mfrom: (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130515174457-ogntd0vxluwalq11
Tags: 2.3.0-2
* Team upload.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
-->
19
19
<ivysettings>
20
20
        <properties file="${ivy.settings.dir}/ivysettings.properties"/>
21
 
        <settings defaultCache="${ivy.settings.dir}/ivy-cache" defaultResolver="libraries"/>
 
21
        <settings defaultResolver="libraries" />
 
22
        <caches defaultCacheDir="${ivy.settings.dir}/ivy-cache" />
22
23
        <resolvers>
23
24
                <filesystem name="projects">
24
25
                        <artifact pattern="${repository.dir}/[artifact]-[revision].[ext]" />