Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-05-21 05:09:59 +0000
committerrelves2009-05-21 05:09:59 +0000
commite552e609165826782e7b3175a5d95e54c9127643 (patch)
tree77d0202aa41002e5792e125231795aa50e9658ec /org.eclipse.mylyn.tasks.core/META-INF
parentca5eb8aa85f2b1ff3aff0137568414a86d2e6fe5 (diff)
downloadorg.eclipse.mylyn.tasks-e552e609165826782e7b3175a5d95e54c9127643.tar.gz
org.eclipse.mylyn.tasks-e552e609165826782e7b3175a5d95e54c9127643.tar.xz
org.eclipse.mylyn.tasks-e552e609165826782e7b3175a5d95e54c9127643.zip
NEW - bug 237042: [e3.4] use secure storage to save passwords
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237042
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF1
1 files changed, 0 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 cd603a2a5..a5c7c24cd 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -7,7 +7,6 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
- org.eclipse.equinox.security,
org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.0.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=true,

Back to the top