From 6f659e1feb3e88a89b8123c0d05e8af385bbb4bd Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Thu, 4 Jul 2013 15:46:18 +0000 Subject: [PATCH] added missing update sites refs 1411 --- fortiss-std-env/maven-build/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortiss-std-env/maven-build/pom.xml b/fortiss-std-env/maven-build/pom.xml index 6ab4bcf..bdd266a 100644 --- a/fortiss-std-env/maven-build/pom.xml +++ b/fortiss-std-env/maven-build/pom.xml @@ -15,12 +15,12 @@ <repositories> <!-- configure p2 repository to resolve against --> <repository> - <id>indigo</id> + <id>indigo-release</id> <layout>p2</layout> <url>http://download.eclipse.org/releases/indigo/</url> </repository> <repository> - <id>indigo</id> + <id>indigo-updates</id> <layout>p2</layout> <url>http://download.eclipse.org/eclipse/updates/3.7</url> </repository> -- GitLab