Mercurial > public > develkit
view ssdt.default.ivy.settings.xml @ 9:ae7d512164d0
TL-32: Add groovy and and allow scripts to "required" a script to be imported separately.
author | smith@nwoca.org |
---|---|
date | Sat, 18 Dec 2010 19:41:10 -0500 |
parents | e779cd205e30 |
children | d63570d69dd3 |
line wrap: on
line source
<!-- SSDT default ivy settings. This file should be used by all SSDT projects based on Ivy. It should included from the project's local ivysettings.xml file. --> <ivysettings> <settings defaultResolver="default"/> <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true"> <cache name="ssdt-cache" basedir="${user.home}/.ivy2/ssdt-cache"/> </caches> <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/> <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/> <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> <resolvers > <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT"> <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingMatcher="*.*SNAPSHOT"> <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" /> <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" /> </filesystem> <url name="ssdt-snapshots" checkmodified="true" changingMatcher="*.*SNAPSHOT"> <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> </url> <url name="ssdt-repository"> <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> </url> <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/repo/" m2compatible="true"/> </chain> </resolvers> </ivysettings>