Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-10-15 12:19:29 +0000
committerSteffen Pingel2011-10-15 12:19:29 +0000
commit8bc31a08e257861b4178f4995b73940659dc0190 (patch)
tree2c5b031229ba0e996611be5807859869f25f6f9b /org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
parent7aa13e24e28a5e2ab1df64d088e474813042bf1f (diff)
downloadorg.eclipse.mylyn.tasks-8bc31a08e257861b4178f4995b73940659dc0190.tar.gz
org.eclipse.mylyn.tasks-8bc31a08e257861b4178f4995b73940659dc0190.tar.xz
org.eclipse.mylyn.tasks-8bc31a08e257861b4178f4995b73940659dc0190.zip
NEW - bug 354179: parsing of configuration fails for trac.edgewall.org
https://bugs.eclipse.org/bugs/show_bug.cgi?id=354179
Diffstat (limited to 'org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index a36ad8a4e..74bf3c37b 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -18,3 +18,5 @@ Export-Package: org.eclipse.mylyn.internal.trac.core;x-friends:="org.eclipse.myl
Bundle-Activator: org.eclipse.mylyn.internal.trac.core.TracCorePlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
+Import-Package: com.google.gson;version="1.6.0",
+ com.google.gson.reflect;version="1.6.0"

Back to the top