From e096bc7aeec6579fa21f270419869f00c022062d Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Fri, 9 Sep 2011 11:52:29 +0000 Subject: [PATCH] fixed fortiss.rmap --- fortiss-std-env/buckminster/fortiss.rmap | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap index ce55bd6..62b94f1 100644 --- a/fortiss-std-env/buckminster/fortiss.rmap +++ b/fortiss-std-env/buckminster/fortiss.rmap @@ -23,22 +23,15 @@ <bc:propertyRef key="buckminster.component"/> </rm:uri> </rm:provider> - </rm:searchPath> - <rm:searchPath name="helios"> <rm:provider - readerType="p2" - componentTypes="osgi.bundle,eclipse.feature" - source="false" mutable="false"> - <rm:uri format="http://download.eclipse.org/releases/helios"/> + readerType="svn" + componentTypes="eclipse.feature" + source="true" mutable="true"> + <rm:uri format="https://orion.fortiss.org/svn/af3/products/{0}"> + <bc:propertyRef key="buckminster.component"/> + </rm:uri> </rm:provider> - - <rm:provider - readerType="p2" - componentTypes="osgi.bundle,eclipse.feature" - source="false" mutable="false"> - <rm:uri format="http://download.eclipse.org/eclipse/updates/3.6"/> - </rm:provider> </rm:searchPath> <rm:searchPath name="indigo"> @@ -58,6 +51,5 @@ </rm:searchPath> <rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/> - <rm:locator searchPathRef="helios"/> <rm:locator searchPathRef="indigo"/> </rm:rmap> -- GitLab