forked from xored/rcptt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxored_settings.xml
57 lines (54 loc) · 1.82 KB
/
xored_settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!--
Copyright (c) 2009, 2019 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>helios-xored</id>
<mirrorOf>indigo</mirrorOf>
<name>Xored idnigo</name>
<url>http://updates.xored.com/indigo/</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>indigo-xored</id>
<mirrorOf>indigo</mirrorOf>
<name>Xored indigo</name>
<url>http://updates.xored.com/indigo/</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>juno-xored</id>
<mirrorOf>juno</mirrorOf>
<url>http://updates.xored.com/juno</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>kepler-xored</id>
<mirrorOf>kepler</mirrorOf>
<url>http://updates.xored.com/kepler</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
</mirrors>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<tycho.localArtifacts>ignore</tycho.localArtifacts>
</profile>
</profiles>
</settings>