From 596ed554ef96816341c28d52aa1a27d37d402d11 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Tue, 14 Jun 2011 11:42:58 +0000
Subject: [PATCH] updated features to resemble new plugin structure

---
 fortiss-std-env/buckminster/af3-micro.cquery          | 4 ----
 fortiss-std-env/buckminster/tooling-kernel-2-0.cquery | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/fortiss-std-env/buckminster/af3-micro.cquery b/fortiss-std-env/buckminster/af3-micro.cquery
index 22e4286..45eee20 100644
--- a/fortiss-std-env/buckminster/af3-micro.cquery
+++ b/fortiss-std-env/buckminster/af3-micro.cquery
@@ -3,9 +3,5 @@
     <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:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/>
-    <cq:advisorNode namePattern="^org\.unicase\..*" componentType="osgi.bundle" sourceLevel="REJECT"/>
     <cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^edu\.tum\.cs\.cope\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^org\.eclipse\.emf\.emfstore\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^org\.eclipse\.emf\.ecp\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
 </cq:componentQuery>
diff --git a/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
index 5776d8b..235983c 100644
--- a/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
+++ b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
@@ -3,9 +3,5 @@
     <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:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/>
-    <cq:advisorNode namePattern="^org\.unicase\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
     <cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^edu\.tum\.cs\.cope\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^org\.eclipse\.emf\.emfstore\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
-    <cq:advisorNode namePattern="^org\.eclipse\.emf\.ecp\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
 </cq:componentQuery>
-- 
GitLab