Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-03 16:05:53 +0000
committerKevin Sawicki2011-05-03 16:05:53 +0000
commitfbc0628fe40135927c0c5c397918654211614cda (patch)
tree36499501e250445c261510799fb8b02b2d3b3430 /org.eclipse.mylyn.github-feature/feature.xml
parente1551203823beb3e8cc7e2ef135a518dcf8bda03 (diff)
downloadegit-github-fbc0628fe40135927c0c5c397918654211614cda.tar.gz
egit-github-fbc0628fe40135927c0c5c397918654211614cda.tar.xz
egit-github-fbc0628fe40135927c0c5c397918654211614cda.zip
Update dependencies to feature xml and manifest.
Change-Id: Ia661fc24fbe2d8147f4784c6502e12a38b0b13f2 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index 37331401..091b2940 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -19,10 +19,14 @@
<requires>
<import plugin="org.eclipse.core.runtime" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.mylyn.tasks.core" version="3.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.5.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.forms" version="3.4.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.mylyn.tasks.core" version="3.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.tasks.ui" version="3.2.0" match="greaterOrEqual"/>
+ <import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jface.text" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.ide" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.5.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top