Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-26 20:54:58 +0000
committerSteffen Pingel2013-04-30 17:08:53 +0000
commitaf505574701f1e70b64d892666dac6f4cffe9945 (patch)
tree8858a2f7915f54acfc3b15b786127f664982fe70 /org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
parentefd5db80f0b94f2b9d94df6a153a4e98cfbd9e8b (diff)
downloadorg.eclipse.mylyn.tasks-af505574701f1e70b64d892666dac6f4cffe9945.tar.gz
org.eclipse.mylyn.tasks-af505574701f1e70b64d892666dac6f4cffe9945.tar.xz
org.eclipse.mylyn.tasks-af505574701f1e70b64d892666dac6f4cffe9945.zip
406647: task data gets corrupted when falling back to XML 1.1
Change-Id: I28a69c4aec071ae5ac72aa007285f9ca2acbedb1 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406647
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index ab138b597..fa7eb7ae9 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
org.eclipse.mylyn.commons.net;bundle-version="3.8.0",
org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0",
- org.eclipse.core.runtime.compatibility.auth;resolution:=optional;x-installation:=greedy
+ org.eclipse.core.runtime.compatibility.auth;resolution:=optional;x-installation:=greedy,
+ org.apache.xerces;bundle-version="2.9.0";resolution:=optional
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=true,
org.eclipse.mylyn.internal.tasks.core;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs",
org.eclipse.mylyn.internal.tasks.core.activity;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs",

Back to the top