| Line | |
|---|
| 1 | <ivysettings>
|
|---|
| 2 | <settings defaultResolver="local"/>
|
|---|
| 3 | <resolvers>
|
|---|
| 4 | <chain name="local">
|
|---|
| 5 | <filesystem name="default">
|
|---|
| 6 | <ivy pattern="${user.home}/.ivy2/cache/[organisation]/[module]/ivys/ivy-[revision].xml"/>
|
|---|
| 7 | <artifact pattern="${ivy.lib.dir}/[artifact](-[revision]).[ext]" />
|
|---|
| 8 | </filesystem>
|
|---|
| 9 | <url name="googlecode">
|
|---|
| 10 | <artifact pattern="http://red5.googlecode.com/svn/repository/[artifact](-[revision]).[ext]" />
|
|---|
| 11 | <artifact pattern="http://red5.googlecode.com/svn/repository/[organisation]/[artifact](-[revision]).[ext]" />
|
|---|
| 12 | </url>
|
|---|
| 13 | </chain>
|
|---|
| 14 | </resolvers>
|
|---|
| 15 | </ivysettings> |
|---|