Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-09-11 04:03:28 +0000
committerdavid_williams2011-09-11 04:03:28 +0000
commitc017becc466e494e1af7d9a587f9b8808789daf0 (patch)
treea1080b32d1675161302af9ac9186b3473e126e8f /features
parente8a148542c9cf953c3cd03e77458e90f80cf4a89 (diff)
downloadorg.eclipse.epp.packages-c017becc466e494e1af7d9a587f9b8808789daf0.tar.gz
org.eclipse.epp.packages-c017becc466e494e1af7d9a587f9b8808789daf0.tar.xz
org.eclipse.epp.packages-c017becc466e494e1af7d9a587f9b8808789daf0.zip
357140 - remove carbon support for Juno M2
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.juno.feature/epp.cquery3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery b/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
index 2b3a3789..bc98aee8 100644
--- a/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
+++ b/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
@@ -6,4 +6,7 @@
<cq:property key="target.ws" value="*"/>
<cq:advisorNode namePattern="^org\.mortbay\.management$" allowCircularDependency="true"/>
<cq:advisorNode namePattern="^org\.eclipse\.ui$" componentType="osgi.bundle" allowCircularDependency="true"/>
+ <cq:advisorNode namePattern="org\.eclipse\.equinox\.launcher\.carbon\..*" componentType="osgi.bundle" skipComponent="true"/>
+ <cq:advisorNode namePattern="org\.eclipse\.swt\.carbon\..*" componentType="osgi.bundle" skipComponent="true"/>
+ <cq:advisorNode namePattern="org\.eclipse\.ui\.carbon\.*" componentType="osgi.bundle" skipComponent="true"/>
</cq:componentQuery>

Back to the top