Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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