Skip to main content
summaryrefslogtreecommitdiffstats
blob: 25da8f6ed9f00611dfba1fc674c689bab2591542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="compare-platform.rmap">
	<cq:rootRequest name="org.eclipse.emf.compare.releng.buckminster" componentType="buckminster"/>

	<cq:advisorNode namePattern="^" useTargetPlatform="false"/>

	<cq:property key="target.os" value="*"/>
	<cq:property key="target.arch" value="*"/>
	<cq:property key="target.ws" value="*"/>
</cq:componentQuery>

Back to the top