Skip to content

Commit

Permalink
568209: Avoid activating plugins too early
Browse files Browse the repository at this point in the history
Add missing lazy activation

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=568209

Change-Id: I0d9a49dace5367b9578d16cce6f1a0463ed6aaa5
  • Loading branch information
ajohnson1 committed Oct 25, 2020
1 parent 704daf8 commit 7be3d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/org.eclipse.mat.chart.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Import-Package: org.eclipse.core.commands.common,
org.eclipse.swt.widgets,
org.eclipse.ui,
org.eclipse.ui.forms.widgets
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
Bundle-Copyright: Copyright (c) 2008, 2012 SAP AG and IBM Corporation.
Bundle-Copyright: Copyright (c) 2008, 2020 SAP AG and IBM Corporation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand Down
3 changes: 2 additions & 1 deletion plugins/org.eclipse.mat.jruby.resolver/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="[1.0.0,2.0.0)",
org.eclipse.core.runtime
Export-Package: org.eclipse.mat.jruby.resolver
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-Copyright: Copyright (c) 2010, 2012 SAP AG, IBM Corporation and others.
Bundle-Copyright: Copyright (c) 2010, 2020 SAP AG, IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand Down

0 comments on commit 7be3d53

Please sign in to comment.