Skip to content
Snippets Groups Projects
Commit a36d88d8 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Added pom-local.xml and updated std-env maven pom.xml.

parent 5bd15aae
No related branches found
No related tags found
No related merge requests found
......@@ -11,16 +11,22 @@
<repositories>
<!-- configure p2 repository to resolve against -->
<repository>
<id>indigo-release</id>
<id>kepler-release</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/indigo/</url>
<url>http://download.eclipse.org/releases/kepler</url>
</repository>
<repository>
<id>indigo-updates</id>
<!-- Juno site is needed to provide Junit4 -->
<id>juno-release</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/3.7</url>
<url>http://download.eclipse.org/releases/juno</url>
</repository>
<repository>
<repository>
<id>kepler-SR2</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.3</url>
</repository>
<repository>
<id>nebula</id>
<layout>p2</layout>
<url>http://download.eclipse.org/technology/nebula/snapshot</url>
......@@ -33,7 +39,7 @@
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/</url>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/</url>
</repository>
</repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment