Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-07-17 23:26:36 +0000
committerspingel2008-07-17 23:26:36 +0000
commit89cc6638ba404b456918af222ad5bf899a60c547 (patch)
tree313f290058102774d437937ed54636b62b463664 /org.eclipse.mylyn.sandbox.dev-feature
parent83e9b541a4e718a1d1466053038b43a0de04ed45 (diff)
downloadorg.eclipse.mylyn.incubator-89cc6638ba404b456918af222ad5bf899a60c547.tar.gz
org.eclipse.mylyn.incubator-89cc6638ba404b456918af222ad5bf899a60c547.tar.xz
org.eclipse.mylyn.incubator-89cc6638ba404b456918af222ad5bf899a60c547.zip
NEW - bug 221939: [releng] manage branches
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221939
Diffstat (limited to 'org.eclipse.mylyn.sandbox.dev-feature')
-rw-r--r--org.eclipse.mylyn.sandbox.dev-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.sandbox.dev-feature/feature.xml b/org.eclipse.mylyn.sandbox.dev-feature/feature.xml
index 9ffbc42b..83f0529e 100644
--- a/org.eclipse.mylyn.sandbox.dev-feature/feature.xml
+++ b/org.eclipse.mylyn.sandbox.dev-feature/feature.xml
@@ -75,7 +75,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<import plugin="org.eclipse.ui.views.properties.tabbed"/>
<import plugin="org.eclipse.mylyn.commons.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.ui" version="3.0.0" match="compatible"/>
- <import feature="org.eclipse.mylyn.context_feature" version="3.0.1.qualifier" match="equivalent"/>
+ <import feature="org.eclipse.mylyn.context_feature" version="3.0.1.mylynQualifier" match="equivalent"/>
</requires>
<plugin

Back to the top