587
|
1 |
<!--
|
|
2 |
============================================================================
|
|
3 |
Name : ivysettings.xml
|
|
4 |
Part of : Helium
|
|
5 |
|
|
6 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
7 |
All rights reserved.
|
|
8 |
This component and the accompanying materials are made available
|
|
9 |
under the terms of the License "Eclipse Public License v1.0"
|
|
10 |
which accompanies this distribution, and is available
|
|
11 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
12 |
|
|
13 |
Initial Contributors:
|
|
14 |
Nokia Corporation - initial contribution.
|
|
15 |
|
|
16 |
Contributors:
|
|
17 |
|
|
18 |
Description:
|
|
19 |
|
|
20 |
============================================================================
|
|
21 |
-->
|
|
22 |
<ivysettings>
|
|
23 |
<include url="${source.root.dir}/nokia/settings/ivysettings.xml"/>
|
|
24 |
<settings defaultResolver="helium-nokia-build"/>
|
|
25 |
|
|
26 |
<resolvers>
|
|
27 |
<chain name="helium-nokia-build" returnFirst="true">
|
|
28 |
<filesystem name="sf">
|
|
29 |
<artifact pattern="${source.root.dir}/sf/deps/[module]/[artifact]-[revision].[ext]" />
|
|
30 |
</filesystem>
|
|
31 |
<!--ibiblio name="ibiblio" m2compatible="true" usepoms="false" /-->
|
|
32 |
<resolver ref="default"/>
|
|
33 |
</chain>
|
|
34 |
</resolvers>
|
|
35 |
|
|
36 |
</ivysettings>
|
|
37 |
|