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

added hudson specific local search path, thus creating a hybrid map.

parent 2ec2efb5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,28 @@
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
<rm:searchPath name="fortiss">
<!-- Local search path for hudson headless build. -->
<rm:provider
readerType="local"
componentTypes="osgi.bundle"
source="true" mutable="false">
<rm:uri format="file:///{0}/hudson/plugins/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider
readerType="local"
componentTypes="eclipse.feature"
source="true" mutable="false">
<rm:uri format="file:///{0}/hudson/features/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<!-- Subversion search path for IDE developers. -->
<rm:provider
readerType="svn"
componentTypes="osgi.bundle"
......
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