changeset 49:9c652e2c5f60

allow ivy settings to be overridden via settings file
author smith@nwoca.org
date Fri, 17 Jun 2011 00:02:56 -0400
parents 561ece0a8225
children 5d4e1ac31817
files ssdt.default.ivy.settings.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ssdt.default.ivy.settings.xml	Thu Jun 16 17:26:39 2011 -0400
+++ b/ssdt.default.ivy.settings.xml	Fri Jun 17 00:02:56 2011 -0400
@@ -3,6 +3,7 @@
     the project's local ivysettings.xml file.
 -->
 <ivysettings>
+    <properties file="${user.home}/ivy.properites"/>
     <settings defaultResolver="default"/>
     <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
         <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache"/>
@@ -26,7 +27,7 @@
                 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/ivy.xml" />
             </url>            
 
-            <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" />        
+            <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" />                   
            
         </chain>
     </resolvers>