buildframework/helium/sf/java/legacy/tests/data/ivy/tools_ivy_settings.xml
changeset 587 85df38eb4012
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/sf/java/legacy/tests/data/ivy/tools_ivy_settings.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+============================================================================ 
+Name        : tools_ivy_settings.xml 
+Part of     : Helium 
+
+Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+All rights reserved.
+This component and the accompanying materials are made available
+under the terms of the License "Eclipse Public License v1.0"
+which accompanies this distribution, and is available
+at the URL "http://www.eclipse.org/legal/epl-v10.html".
+
+Initial Contributors:
+Nokia Corporation - initial contribution.
+
+Contributors:
+
+Description:
+
+============================================================================
+-->
+<!-- Ivy settings file for environment tools and dependency libraries. -->
+<ivysettings>
+    
+    <typedef name="tool" classname="com.nokia.ivy.ToolResolver"/>
+    <caches useOrigin="true"/>
+    <settings validate="false" defaultResolver="tool-resolver"/>
+    
+    <property name="ivy.checksums" value="" override="true"/>
+    
+    <resolvers>
+        <dual name="tool-resolver">
+            <filesystem name="ivy-tool-resolver">
+                <ivy pattern="${data.dir}/ivy/modules/[module]-[revision].ivy.xml" />
+            </filesystem>
+            
+            <tool name="artifact-tool-resolver" validate="false">
+                <artifact pattern="[name]"/>
+            </tool>
+        </dual>
+    </resolvers>
+
+
+    
+    <modules>
+        <module organisation="SYSTEM" name=".*" resolver="tool-resolver" />
+    </modules>
+    
+</ivysettings>