diff --git a/fortiss-std-env/buckminster/eclipse-equinox.cquery b/fortiss-std-env/buckminster/eclipse-equinox.cquery new file mode 100644 index 0000000000000000000000000000000000000000..f455eff3acb006d8a28d77d086ab9c9026804adc --- /dev/null +++ b/fortiss-std-env/buckminster/eclipse-equinox.cquery @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap"> + <cq:rootRequest name="org.eclipse.equinox.feature" componentType="eclipse.feature"/> + <cq:property key="target.arch" value="*"/> + <cq:property key="target.os" value="*"/> + <cq:property key="target.ws" value="*"/> + <cq:advisorNode namePattern=".*" useTargetPlatform="false" useWorkspace="false"/> +</cq:componentQuery> diff --git a/fortiss-std-env/buckminster/eclipse-equinox.mspec b/fortiss-std-env/buckminster/eclipse-equinox.mspec new file mode 100644 index 0000000000000000000000000000000000000000..e3ed3f754c05f4e151aa510294c47479b93d6895 --- /dev/null +++ b/fortiss-std-env/buckminster/eclipse-equinox.mspec @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<mspec xmlns="http://www.eclipse.org/buckminster/MetaData-1.0" name="Target Platform MSPEC" materializer="p2" installLocation="${targetPlatformPath}" url="eclipse-equinox.cquery"> <property key="target.arch" value="*" /> <property key="target.os" value="*" /> <property key="target.ws" value="*" /> + +</mspec> \ No newline at end of file diff --git a/fortiss-std-env/buckminster/eclipse-platform.cquery b/fortiss-std-env/buckminster/eclipse-platform.cquery new file mode 100644 index 0000000000000000000000000000000000000000..ff77362d48591d28123eeb8fe3a854bc118a3f69 --- /dev/null +++ b/fortiss-std-env/buckminster/eclipse-platform.cquery @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap"> + <cq:rootRequest name="org.eclipse.platform" componentType="eclipse.feature"/> + <cq:property key="target.arch" value="*"/> + <cq:property key="target.os" value="*"/> + <cq:property key="target.ws" value="*"/> + <cq:advisorNode namePattern=".*" useTargetPlatform="false" useWorkspace="false"/> +</cq:componentQuery> diff --git a/fortiss-std-env/buckminster/eclipse-platform.mspec b/fortiss-std-env/buckminster/eclipse-platform.mspec new file mode 100644 index 0000000000000000000000000000000000000000..2aba83adc4f9f3686e0825cef6d66d3ad9b6f0f8 --- /dev/null +++ b/fortiss-std-env/buckminster/eclipse-platform.mspec @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<mspec xmlns="http://www.eclipse.org/buckminster/MetaData-1.0" name="Target Platform MSPEC" materializer="p2" installLocation="${targetPlatformPath}" url="eclipse-platform.cquery"> <property key="target.arch" value="*" /> <property key="target.os" value="*" /> <property key="target.ws" value="*" /> + +</mspec> \ No newline at end of file