| <!-- | |
| Copyright (c) 2009, 2016 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 v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.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> |