Blame view

ivysettings.xml 639 Bytes
1b1e928cc   glaville   initial import of...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <ivysettings>
  	<settings defaultResolver="geotools"/>
  	<resolvers>
  		<chain name="geotools">
  			<filesystem name="libraries">
  				<artifact pattern="${ivy.settings.dir}/repository/[artifact]-[revision].[type]" />
  			</filesystem>
  			<ibiblio name="osgeo" root="http://download.osgeo.org/webdav/geotools/" m2compatible="true"/>
  			<ibiblio name="java" root="http://download.java.net/maven/2/" m2compatible="true" />
        	<ibiblio name="ibiblio" root="http://www.ibiblio.org/maven2/" m2compatible="true" />
        	<ibiblio name="central" root="http://repo1.maven.org/maven2/" m2compatible="true" />
  		</chain>
  	</resolvers>
  </ivysettings>