Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-14 07:56:04 +0000
committerspingel2008-06-14 07:56:04 +0000
commit2f89ca0bb197bbf3c67b858708b0342f5c1f9966 (patch)
treee85616a3bd568e3708dc942e85c3aeaa32bb6aa1 /org.eclipse.mylyn.trac-feature/feature.xml
parentbe4e322312977a28a419483b01c8d0d14dd09073 (diff)
downloadorg.eclipse.mylyn.tasks-2f89ca0bb197bbf3c67b858708b0342f5c1f9966.tar.gz
org.eclipse.mylyn.tasks-2f89ca0bb197bbf3c67b858708b0342f5c1f9966.tar.xz
org.eclipse.mylyn.tasks-2f89ca0bb197bbf3c67b858708b0342f5c1f9966.zip
REOPENED - bug 235987: [e3.4][review] add feature dependencies for P2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235987
Diffstat (limited to 'org.eclipse.mylyn.trac-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 99e9a546c..337b8343f 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -77,7 +77,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.commons.httpclient"/>
- <import feature="org.eclipse.mylyn_feature" version="3.0.0.qualifier" match="perfect"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.0.0.qualifier" match="compatible"/>
</requires>
<plugin

Back to the top