Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-04-14 16:28:17 +0000
committerTomasz Zarna2008-04-14 16:28:17 +0000
commit64a256716383e99e070646cdc920a653957259db (patch)
tree6cccbc2606b0b3304e441e02a3e316493e09fdd3 /bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
parentc39d6dda1e5f0d48738df3529842942355be54af (diff)
downloadeclipse.platform.team-64a256716383e99e070646cdc920a653957259db.tar.gz
eclipse.platform.team-64a256716383e99e070646cdc920a653957259db.tar.xz
eclipse.platform.team-64a256716383e99e070646cdc920a653957259db.zip
bug 222124: Use secure storage to save passwords (team.cvs.core changes)
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
index 41b2342db..924d4211c 100644
--- a/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
@@ -22,8 +22,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
com.jcraft.jsch;bundle-version="[0.1.27,2.0.0)",
org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)"
-Eclipse-LazyStart: true
+ org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)"
+Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.icu.text,
com.ibm.icu.util
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top