comparison ssdt.default.ivy.settings.xml @ 51:20460e252592

remove unecessary ivy.properties
author smith@nwoca.org
date Fri, 17 Jun 2011 12:47:36 -0400
parents 5d4e1ac31817
children f379a8a13d53
comparison
equal deleted inserted replaced
50:5d4e1ac31817 51:20460e252592
1 <!-- SSDT default ivy settings. 1 <!-- SSDT default ivy settings.
2 This file should be used by all SSDT projects based on Ivy. It should included from 2 This file should be used by all SSDT projects based on Ivy. It should included from
3 the project's local ivysettings.xml file. 3 the project's local ivysettings.xml file.
4 --> 4 -->
5 <ivysettings> 5 <ivysettings>
6 <properties file="${user.home}/ivy.properites"/>
7 <settings defaultResolver="default"/> 6 <settings defaultResolver="default"/>
8 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true"> 7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
9 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache"/> 8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache"/>
10 </caches> 9 </caches>
11 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> 10 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>