Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e38c4f2354de2cce25b2537817344db715a227a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="build.rmap">
    <cq:rootRequest name="org.eclipse.mdt.papyrus.releng.buckminster" componentType="buckminster"/>
    <cq:property key="target.arch" value="x86_64"/>
    <cq:property key="target.os" value="linux"/> <!-- linux -->
    <cq:property key="target.ws" value="gtk"/> <!-- gtk -->
    
    <!--
    <cq:advisorNode namePattern=".*doc\.isv" skipComponent="true"/>
    <cq:advisorNode namePattern=".*doc\.user" skipComponent="true"/>
    <cq:advisorNode namePattern="org\.eclipse\.papyrus\..*\.source" skipComponent="true"/>
    <cq:advisorNode namePattern="org\.eclipse\.swt\.gtk\.linux\.s390x\.source" skipComponent="true"/>
    -->
    
    <!-- FIXME : allowCircularDependency should be able to be set to false -->
    <cq:advisorNode namePattern=".*" allowCircularDependency="true" useMaterialization="false" useTargetPlatform="false"/>
</cq:componentQuery>

Back to the top