2009-03-12 01:14:04 +08:00
|
|
|
<ivysettings>
|
|
|
|
|
<properties file="${ivy.settings.dir}/ivysettings.properties"/>
|
2011-09-01 05:27:25 +08:00
|
|
|
<settings defaultResolver="chain"/>
|
2009-03-12 01:14:04 +08:00
|
|
|
<resolvers>
|
2011-09-01 05:27:25 +08:00
|
|
|
<chain name="chain">
|
|
|
|
|
<filesystem name="projects">
|
|
|
|
|
<artifact pattern="${repository.dir}/[organisation]/[artifact]-[revision].[ext]" />
|
|
|
|
|
<ivy pattern="${repository.dir}/[organisation]/[module]-[revision].xml" />
|
|
|
|
|
</filesystem>
|
|
|
|
|
<ibiblio name="maven" root="http://repo1.maven.org/maven2" m2compatible="true" />
|
|
|
|
|
</chain>
|
2009-03-12 01:14:04 +08:00
|
|
|
</resolvers>
|
|
|
|
|
</ivysettings>
|