Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-10 13:52:47 +0000
committervlorenzo2012-01-10 13:52:47 +0000
commit685cf7fd82c74e3a2870dfd6481372309c13c0e4 (patch)
tree68287fb2abb88ebacf3d587afe61179c7d31338a /releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery
parent4bf6a153b35ac80b1e2020dcec0846b96d4c85dd (diff)
downloadorg.eclipse.papyrus-685cf7fd82c74e3a2870dfd6481372309c13c0e4.tar.gz
org.eclipse.papyrus-685cf7fd82c74e3a2870dfd6481372309c13c0e4.tar.xz
org.eclipse.papyrus-685cf7fd82c74e3a2870dfd6481372309c13c0e4.zip
NEW - Bug 365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 source build
Diffstat (limited to 'releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery b/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery
index 3e75927dcf6..e38c4f2354d 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/build.cquery
@@ -4,10 +4,14 @@
<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