| <?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:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0" |
| xmlns:pmp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0"> |
| <property key="checkout.location" value="${workspace.root}/" /> |
| <property key="eclipse.download" value="http://download.eclipse.org" /> |
| <property key="source.repository.location" value=":pserver:anonymous@dev.eclipse.org:/cvsroot/modeling" /> |
| |
| <searchPath name="local.releng"> |
| <provider componentTypes="buckminster,eclipse.feature" readerType="local" source="true" mutable="false"> |
| <uri format="file:///${workspace.root}/releng/org.eclipse.amp.releng"> |
| <bc:propertyRef key="checkout.location" /> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.releng.git"> |
| <provider componentTypes="osgi.bundle" readerType="git" resolutionFilter=""> |
| <uri format="{0},releng/org.eclipse.amp.releng"> |
| <bc:propertyRef key="workspace.root" /> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| <property key="git.remote.uri" value="git://dev.eclipse.org/org.eclipse.amp/org.eclipse.amp.git" /> |
| <property key="git.remote.name" value="org.eclipse.amp" /> |
| </provider> |
| </searchPath> |
| |
| |
| <searchPath name="amp.releng"> |
| <provider componentTypes="buckminster,eclipse.feature" readerType="cvs" source="true" mutable="false"> |
| <uri format="{0},org.eclipse.amp/releng/org.eclipse.amp.releng"> |
| <bc:propertyRef key="source.repository.location" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.features.git"> |
| <provider componentTypes="eclipse.feature" readerType="git" resolutionFilter=""> |
| <uri format="{0},{1}/features/{2}-feature"> |
| <bc:propertyRef key="workspace.root" /> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| <property key="git.remote.uri" value="git://dev.eclipse.org/org.eclipse.amp/org.eclipse.amp.git" /> |
| <property key="git.remote.name" value="org.eclipse.amp" /> |
| </provider> |
| </searchPath> |
| |
| |
| <searchPath name="amp.features"> |
| <provider componentTypes="eclipse.feature" readerType="cvs" source="true" mutable="false"> |
| <uri format="{0},org.eclipse.amp/{1}/features/{2}-feature"> |
| <bc:propertyRef key="source.repository.location" /> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.plugins.git"> |
| <provider componentTypes="osgi.bundle" readerType="git" resolutionFilter=""> |
| <uri format="{0},{1}/plugins/{2}"> |
| <bc:propertyRef key="source.repository.location" /> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| <bc:match pattern="org\.ascape.*" replacement="org.ascape" /> |
| <bc:match pattern="org\.eclipse\.emf\.java" replacement="dependencies" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.plugins"> |
| <provider componentTypes="osgi.bundle" readerType="cvs" source="true" mutable="true"> |
| <uri format="{0},org.eclipse.amp/{1}/plugins/{2}"> |
| <bc:propertyRef key="source.repository.location" /> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| <bc:match pattern="org\.ascape.*" replacement="org.ascape" /> |
| <bc:match pattern="org\.eclipse\.emf\.java" replacement="dependencies" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.examples"> |
| <provider componentTypes="osgi.bundle" readerType="cvs" source="true" mutable="true"> |
| <uri format=":pserver:anonymous@dev.eclipse.org:/cvsroot/modeling,org.eclipse.amp/{0}/examples/{1}"> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| <bc:match pattern="org\.ascape.*" replacement="org.ascape" /> |
| <bc:match pattern="org\.eclipse\.emf\.java" replacement="dependencies" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.tests"> |
| <provider componentTypes="osgi.bundle" readerType="cvs" source="true" mutable="true"> |
| <uri format=":pserver:anonymous@dev.eclipse.org:/cvsroot/modeling,org.eclipse.amp/{0}/tests/{1}"> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:match pattern="org\.eclipse\.amp\.agf.*" replacement="org.eclipse.amp.agf" /> |
| <bc:match pattern="org\.eclipse\.amp\.axf.*" replacement="org.eclipse.amp.axf" /> |
| <bc:match pattern="org\.eclipse\.amp\.amf.*" replacement="org.eclipse.amp.amf" /> |
| <bc:match pattern="org\.eclipse\.amp\.escape.*" replacement="org.eclipse.amp.escape" /> |
| <bc:match pattern="org\.eclipse\.amp.*" replacement="org.eclipse.amp" /> |
| <bc:match pattern="org\.ascape.*" replacement="org.ascape" /> |
| <bc:match pattern="org\.eclipse\.emf\.java" replacement="dependencies" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="amp.doc"> |
| <provider componentTypes="osgi.bundle" readerType="cvs" source="true"> |
| <uri format="{0},org.eclipse.amp/org.eclipse.amp/doc/{1}"> |
| <bc:propertyRef key="source.repository.location" /> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="orbit"> |
| <provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <uri format="{0}/tools/orbit/downloads/drops/R20100519200754/repository"> |
| <bc:propertyRef key="eclipse.download" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="platform"> |
| <provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <uri format="{0}/eclipse/updates/3.6milestones"> |
| <bc:propertyRef key="eclipse.download" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="eclipse"> |
| <provider readerType="p2" componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="false"> |
| <uri format="{0}/releases/helios?importType=binary"> |
| <bc:propertyRef key="eclipse.download" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <!-- NOTE: ***Not for inclusion in Eclipse provided builds. Only used for building tests and examples.*** --> |
| <searchPath name="ascape.external"> |
| <provider readerType="p2" componentTypes="osgi.bundle" mutable="false" source="false"> |
| <uri format="http://ascape.sourceforge.net/eclipse" /> |
| </provider> |
| </searchPath> |
| |
| <!-- NOTE: ***Not for inclusion in Eclipse provided builds. Provides support for externally hosted plugin dependencies.*** --> |
| <searchPath name="repast"> |
| <provider readerType="url" componentTypes="osgi.bundle" mutable="false" source="false"> |
| <uri format="http://mirror.anl.gov/pub/repastsimphony/plugins/repast.simphony.score_1.2.0.jar" /> |
| </provider> |
| </searchPath> |
| |
| <!-- NOTE: ***Not for inclusion in Eclipse provided builds. Provides support for externally hosted plugin dependencies.*** --> |
| <searchPath name="lwjgl"> |
| <provider readerType="p2" componentTypes="osgi.bundle" mutable="false" source="false"> |
| <uri format="http://lwjgl.org/update" /> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="gef3d"> |
| <provider readerType="svn" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true"> |
| <uri format="http://dev.eclipse.org/svnroot/technology/org.eclipse.gef3d/trunk/{0}?moduleAfterTag&moduleAfterBranch"> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="gef3d-build"> |
| <provider readerType="svn" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true"> |
| <uri format="file:///svnroot/technology/org.eclipse.gef3d/trunk/{0}?moduleAfterTag&moduleAfterBranch"> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <locator searchPathRef="local.releng" pattern="org\.eclipse\.amp\.releng" failOnError="false" /> |
| <locator searchPathRef="amp.releng.git" pattern="org\.eclipse\.amp\.releng" /> |
| |
| <locator searchPathRef="amp.features.git" pattern="^org\.eclipse\.amp([\.\-].+)?" failOnError="false" /> |
| <locator searchPathRef="amp.plugins.git" pattern="^org\.ascape\.core" failOnError="false" /> |
| <locator searchPathRef="amp.plugins.git" pattern="^org\.ascape\.ui\.amp" /> |
| <locator searchPathRef="amp.plugins.git" pattern="^org\.eclipse\.emf\.java" /> |
| <locator searchPathRef="amp.doc" pattern="^org\.eclipse\.amp\.doc" /> |
| <locator searchPathRef="amp.doc" pattern="^org\.eclipse\.amp\.ua" /> |
| <locator searchPathRef="amp.examples" pattern="^org\.eclipse\.amp(\..+)*\.examples(\..+)*$" /> |
| <locator searchPathRef="amp.tests" pattern="^org\.eclipse\.amp(\..+)\.test$" /> |
| <locator searchPathRef="amp.plugins.git" pattern="^org\.eclipse\.amp(\..+)?" /> |
| |
| <locator searchPathRef="gef3d" pattern="^org\.eclipse\.gef3d(\..+)?" failOnError="false" /> |
| <locator searchPathRef="gef3d-build" pattern="^org\.eclipse\.gef3d(\..+)?" /> |
| <locator searchPathRef="gef3d" pattern="^org\.eclipse\.draw3d(\..+)?" failOnError="false" /> |
| <locator searchPathRef="gef3d-build" pattern="^org\.eclipse\.draw3d(\..+)?" /> |
| |
| <locator searchPathRef="eclipse" pattern="^org\.eclipse(\..+)?$" failOnError="false" /> |
| <locator searchPathRef="eclipse" pattern="^org\.junit(\..+)?$" /> |
| <locator searchPathRef="eclipse" pattern="^org\.junit4(\..+)?$" /> |
| <locator searchPathRef="eclipse" pattern="^com(\..+)?$" failOnError="false" /> |
| <locator searchPathRef="eclipse" pattern="^org(\..+)?$" failOnError="false" /> |
| <locator searchPathRef="platform" pattern="^org(\..+)?$" failOnError="false" /> |
| |
| <!-- Note: Third party *NOT* Eclipse IP approved for providing. Make sure that these don't show up in any delivered builds. --> |
| <locator searchPathRef="lwjgl" pattern="^org\.lwjgl(\..+)?" /> |
| <locator searchPathRef="ascape.external" pattern="^org\.ascape\.ui\.swing" /> |
| <locator searchPathRef="ascape.external" pattern="^org\.ascape\.common\.lib" /> |
| <locator searchPathRef="ascape.external" pattern="^org\.ascape\.core" /> |
| <locator searchPathRef="repast" pattern="repast\.simphony\.score" /> |
| |
| <locator searchPathRef="orbit" pattern=".*" /> |
| </rmap> |