Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-05-18 11:01:08 +0000
committerMarkus Knauer2010-05-18 11:01:08 +0000
commit5b182e045fcf2863d636896ffdfaf977c6e8063b (patch)
tree287556af0b176d5fc3fbe6b7cc9495e4d5209994 /packages/org.eclipse.epp.package.common.feature/feature.xml
parent409b74214ff6d4c69f9c1d6a9253e0726d3624aa (diff)
downloadorg.eclipse.epp.packages-5b182e045fcf2863d636896ffdfaf977c6e8063b.tar.gz
org.eclipse.epp.packages-5b182e045fcf2863d636896ffdfaf977c6e8063b.tar.xz
org.eclipse.epp.packages-5b182e045fcf2863d636896ffdfaf977c6e8063b.zip
* workaround for MPC Mylyn dependencies
Diffstat (limited to 'packages/org.eclipse.epp.package.common.feature/feature.xml')
-rw-r--r--packages/org.eclipse.epp.package.common.feature/feature.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.common.feature/feature.xml b/packages/org.eclipse.epp.package.common.feature/feature.xml
index 584148a5..d23728f3 100644
--- a/packages/org.eclipse.epp.package.common.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.common.feature/feature.xml
@@ -24,6 +24,11 @@ to all EPP packages and general configurations.
<import feature="org.eclipse.epp.usagedata.feature"/>
<import feature="org.eclipse.equinox.p2.discovery.feature"/>
<import feature="org.eclipse.epp.mpc"/>
+ <!-- workaround start -->
+ <import feature="org.eclipse.mylyn.ide_feature"/>
+ <import feature="org.eclipse.mylyn.context_feature"/>
+ <import feature="org.eclipse.mylyn_feature"/>
+ <!-- workaround end -->
</requires>
<plugin

Back to the top