<?xml version="1.0" encoding="UTF-8"?>
<rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:pv="http://www.eclipse.org/buckminster/Provider-1.0">

	<property key="REPOS"
		value="https://{1}:{2}@www.simantics.org/svn/simantics" />
	<property key="INCUBATOR"
		value="https://{1}:{2}@www.simantics.org/svn/simantics-incubator" />

	<searchPath name="modelica">
		<provider readerType="svn" componentTypes="eclipse.feature" mutable="true" source="true">
			<uri
				format="${REPOS}/modelica/trunk/{0}.feature?moduleAfterTag&amp;moduleAfterBranch">
				<bc:propertyRef key="buckminster.component" />
				<bc:propertyRef key="simantics.user" />
				<bc:propertyRef key="simantics.password" />
			</uri>
		</provider>
		<provider readerType="svn" componentTypes="osgi.bundle" mutable="true" source="true">
			<uri format="${REPOS}/modelica/trunk/{0}?moduleAfterTag&amp;moduleAfterBranch">
				<bc:propertyRef key="buckminster.component" />
				<bc:propertyRef key="simantics.user" />
				<bc:propertyRef key="simantics.password" />
			</uri>
		</provider>
	</searchPath>

	<locator searchPathRef="modelica" pattern="^org\.simantics\.modelica" />

	<redirect href="SDK.rmap" /> 

</rmap>
