From 7228f402b497fedda4defc5fc29f5601997eee46 Mon Sep 17 00:00:00 2001 From: Vasyl' Vavrychuk Date: Mon, 5 Jan 2009 00:20:19 +0200 Subject: [PATCH] The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy' Signed-off-by: Vasyl Vavrychuk Signed-off-by: Robin Rosenberg --- org.spearce.egit.core.test/META-INF/MANIFEST.MF | 2 +- org.spearce.egit.core/META-INF/MANIFEST.MF | 2 +- org.spearce.egit.ui/META-INF/MANIFEST.MF | 2 +- org.spearce.jgit/META-INF/MANIFEST.MF | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.spearce.egit.core.test/META-INF/MANIFEST.MF b/org.spearce.egit.core.test/META-INF/MANIFEST.MF index 241553a3..310226c5 100644 --- a/org.spearce.egit.core.test/META-INF/MANIFEST.MF +++ b/org.spearce.egit.core.test/META-INF/MANIFEST.MF @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime, org.spearce.egit.ui, org.spearce.jgit, org.eclipse.core.filesystem -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Import-Package: org.eclipse.core.resources, org.eclipse.jdt.core, org.eclipse.jdt.junit, diff --git a/org.spearce.egit.core/META-INF/MANIFEST.MF b/org.spearce.egit.core/META-INF/MANIFEST.MF index 419e4507..e13732b2 100644 --- a/org.spearce.egit.core/META-INF/MANIFEST.MF +++ b/org.spearce.egit.core/META-INF/MANIFEST.MF @@ -16,5 +16,5 @@ Export-Package: org.spearce.egit.core.internal.storage;x-friends:="org.spearce.e org.spearce.egit.core, org.spearce.egit.core.op, org.spearce.egit.core.project -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/org.spearce.egit.ui/META-INF/MANIFEST.MF b/org.spearce.egit.ui/META-INF/MANIFEST.MF index 420801b8..f78a4a73 100644 --- a/org.spearce.egit.ui/META-INF/MANIFEST.MF +++ b/org.spearce.egit.ui/META-INF/MANIFEST.MF @@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.core.runtime, org.spearce.egit.core, org.eclipse.ui.ide, org.eclipse.jsch.ui;bundle-version="1.1.100" -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.eclipse.jsch.core, org.eclipse.jsch.internal.core diff --git a/org.spearce.jgit/META-INF/MANIFEST.MF b/org.spearce.jgit/META-INF/MANIFEST.MF index de6fdf67..3344c3c4 100644 --- a/org.spearce.jgit/META-INF/MANIFEST.MF +++ b/org.spearce.jgit/META-INF/MANIFEST.MF @@ -15,7 +15,7 @@ Export-Package: org.spearce.jgit.dircache, org.spearce.jgit.treewalk, org.spearce.jgit.treewalk.filter, org.spearce.jgit.util -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ClassPath: . Require-Bundle: com.jcraft.jsch;visibility:=reexport -- 2.11.4.GIT