Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.equinox.p2.releng.buckminster/p2.cquery')
-rw-r--r--org.eclipse.equinox.p2.releng.buckminster/p2.cquery7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng.buckminster/p2.cquery b/org.eclipse.equinox.p2.releng.buckminster/p2.cquery
new file mode 100644
index 000000000..22baab468
--- /dev/null
+++ b/org.eclipse.equinox.p2.releng.buckminster/p2.cquery
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="p2.rmap">
+ <cq:rootRequest name="org.eclipse.equinox.p2.releng.buckminster" componentType="buckminster"/>
+ <cq:property key="target.arch" value="*"/>
+ <cq:property key="target.os" value="*"/>
+ <cq:property key="target.ws" value="*"/>
+</cq:componentQuery>

Back to the top