From 72e971575520a5c6108cb07213cd1fc99adfe9d5 Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Fri, 29 Jul 2011 13:46:59 +0000 Subject: [PATCH] removed emfstore from fortiss.rmap --- fortiss-std-env/buckminster/af3-micro.cquery | 2 +- fortiss-std-env/buckminster/fortiss.rmap | 41 ------------------- .../buckminster/tooling-kernel-2-0.cquery | 2 +- 3 files changed, 2 insertions(+), 43 deletions(-) diff --git a/fortiss-std-env/buckminster/af3-micro.cquery b/fortiss-std-env/buckminster/af3-micro.cquery index 45eee20..0c546ee 100644 --- a/fortiss-std-env/buckminster/af3-micro.cquery +++ b/fortiss-std-env/buckminster/af3-micro.cquery @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap" shortDesc="Fortiss Tooling Kernel Developer Workspace Materialization"> <cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the tooling kernel 2.0 workspace.</cq:documentation> - <cq:rootRequest name="org.fortiss.af3.micro_feature" componentType="eclipse.feature"/> + <cq:rootRequest name="org.fortiss.af3.micro.ui" componentType="osgi.bundle"/> <cq:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/> <cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/> </cq:componentQuery> diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap index c408225..3d405b1 100644 --- a/fortiss-std-env/buckminster/fortiss.rmap +++ b/fortiss-std-env/buckminster/fortiss.rmap @@ -47,44 +47,6 @@ </rm:provider> </rm:searchPath> - <rm:searchPath name="emfstore"> - <rm:provider - readerType="svn" - componentTypes="osgi.bundle" - source="true" mutable="false"> - <rm:uri format="http://unicase.googlecode.com/svn/trunk/core/{0}"> - <bc:propertyRef key="buckminster.component"/> - </rm:uri> - </rm:provider> - - <rm:provider - readerType="svn" - componentTypes="osgi.bundle" - source="true" mutable="false"> - <rm:uri format="http://unicase.googlecode.com/svn/trunk/emfstore/{0}"> - <bc:propertyRef key="buckminster.component"/> - </rm:uri> - </rm:provider> - - <rm:provider - readerType="svn" - componentTypes="osgi.bundle" - source="true" mutable="false"> - <rm:uri format="http://unicase.googlecode.com/svn/trunk/ecp/{0}"> - <bc:propertyRef key="buckminster.component"/> - </rm:uri> - </rm:provider> - - <rm:provider - readerType="svn" - componentTypes="osgi.bundle" - source="true" mutable="false"> - <rm:uri format="http://unicase.googlecode.com/svn/trunk/other/backchannel/{0}"> - <bc:propertyRef key="buckminster.component"/> - </rm:uri> - </rm:provider> - </rm:searchPath> - <rm:searchPath name="conqat"> <rm:provider readerType="p2" @@ -130,9 +92,6 @@ </rm:searchPath> <rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/> - <rm:locator pattern="^org\.unicase\..*" searchPathRef="emfstore"/> - <rm:locator pattern="^org\.eclipse\.emf\.emfstore\..*" searchPathRef="emfstore"/> - <rm:locator pattern="^org\.eclipse\.emf\.ecp\..*" searchPathRef="emfstore"/> <rm:locator pattern="^org\.conqat\..*" searchPathRef="conqat"/> <rm:locator pattern="^edu\.tum\.cs\.cope\..*" searchPathRef="cope"/> <rm:locator searchPathRef="helios"/> diff --git a/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery index 235983c..eb4c54c 100644 --- a/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery +++ b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap" shortDesc="Fortiss Tooling Kernel Developer Workspace Materialization"> <cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the tooling kernel 2.0 workspace.</cq:documentation> - <cq:rootRequest name="org.fortiss.tooling.kernel_feature" componentType="eclipse.feature"/> + <cq:rootRequest name="org.fortiss.tooling.kernel.ui" componentType="osgi.bundle"/> <cq:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/> <cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/> </cq:componentQuery> -- GitLab