Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-09-23 19:53:33 +0000
committerdavid_williams2011-09-23 19:53:33 +0000
commit5e9ac560b7d995ce1d0e74d72a65c0225722b570 (patch)
tree32e095ac84782c68fee4b2f7beb81c3bc7ca15d3 /features
parent5ed3ad5ba075cef461a663f709cb61307a016ef1 (diff)
downloadorg.eclipse.epp.packages-5e9ac560b7d995ce1d0e74d72a65c0225722b570.tar.gz
org.eclipse.epp.packages-5e9ac560b7d995ce1d0e74d72a65c0225722b570.tar.xz
org.eclipse.epp.packages-5e9ac560b7d995ce1d0e74d72a65c0225722b570.zip
357140 - remove carbon support for Juno M2
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.juno.feature/epp-tp.cquery4
-rw-r--r--features/org.eclipse.epp.allpackages.juno.feature/epp.cquery4
2 files changed, 0 insertions, 8 deletions
diff --git a/features/org.eclipse.epp.allpackages.juno.feature/epp-tp.cquery b/features/org.eclipse.epp.allpackages.juno.feature/epp-tp.cquery
index 2b794807..75663c3d 100644
--- a/features/org.eclipse.epp.allpackages.juno.feature/epp-tp.cquery
+++ b/features/org.eclipse.epp.allpackages.juno.feature/epp-tp.cquery
@@ -3,8 +3,4 @@
<cq:property key="target.arch" value="*"/>
<cq:property key="target.os" value="*"/>
<cq:property key="target.ws" value="*"/>
- <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:advisorNode namePattern=".*\.carbon\.*" componentType="unknown" skipComponent="true"/>
</cq:componentQuery> \ No newline at end of file
diff --git a/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery b/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
index 751b5f15..2b3a3789 100644
--- a/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
+++ b/features/org.eclipse.epp.allpackages.juno.feature/epp.cquery
@@ -6,8 +6,4 @@
<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:advisorNode namePattern=".*\.carbon\.*" componentType="unknown" skipComponent="true"/>
</cq:componentQuery>

Back to the top