<?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="SIMANTICS" value="https://{1}:{2}@www.simantics.org/svn/simantics"/>
	
	<searchPath name="tutorials">
		<provider readerType="svn" componentTypes="eclipse.feature" mutable="true" source="true">
			<uri format="${SIMANTICS}/tutorials/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="${SIMANTICS}/tutorials/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="tutorials" pattern="^com\.acme\." />
	
	<redirect href="Simantics.rmap" />
	
</rmap>
