Skip to content
Snippets Groups Projects
Commit c3c2d208 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

fortiss-std-env:

- Fix mars' rmap file to pull in the package org.eclipse.core.runtime.compatibility.auth from the luna repository (otherwise materialization will not work).
parent fea50ca2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<rm:locator pattern="^org\.hamcrest.*" searchPathRef="orbit"/>
<rm:locator pattern="^org\.apache.*" searchPathRef="orbit"/>
<rm:locator pattern="^org\.eclipse\.update.*" searchPathRef="eclipse-update"/>
<rm:locator pattern="^org\.eclipse\.core\.runtime\.compatibility\.auth" searchPathRef="luna"/>
<rm:locator searchPathRef="mars"/>
<rm:locator searchPathRef="orbit"/>
<rm:searchPath name="fortiss">
......@@ -64,4 +65,16 @@
<rm:uri format="http://download.eclipse.org/eclipse/updates/3.8"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="luna">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/releases/luna"/>
</rm:provider>
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/eclipse/updates/luna"/>
</rm:provider>
</rm:searchPath>
</rm:rmap>
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