Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-07 13:18:26 +0000
committerSteffen Pingel2011-12-07 13:18:26 +0000
commite6347840690bba44a9193687e8c71beb882a04ba (patch)
treedb23d38a988d4f0161b4e2e0d510c3be0fb0bfd1 /org.eclipse.mylyn-feature/feature.xml
parent816c403e6b75fb7f536fd6dca69796061c4a394b (diff)
downloadorg.eclipse.mylyn.tasks-e6347840690bba44a9193687e8c71beb882a04ba.tar.gz
org.eclipse.mylyn.tasks-e6347840690bba44a9193687e8c71beb882a04ba.tar.xz
org.eclipse.mylyn.tasks-e6347840690bba44a9193687e8c71beb882a04ba.zip
NEW - bug 350385: [releng] rename bundles to reflect component structure
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350385 Change-Id: I9084e20b20de3bc4fd188df920a6897e555b08b8
Diffstat (limited to 'org.eclipse.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 4fa18c99b..f227c6b6d 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -44,6 +44,7 @@
<import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/>
<import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/>
<import plugin="org.apache.commons.httpclient" version="3.1.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn.commons.notifications" version="0.9.0" match="compatible"/>
</requires>
<!--

Back to the top