buildframework/helium/sf/java/legacy/tests/data/ivy/tools_ivy_settings.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 629 541af5ee3ed9
--- a/buildframework/helium/sf/java/legacy/tests/data/ivy/tools_ivy_settings.xml	Wed Jun 16 16:51:40 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-<?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>