Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 149879 Details for
Bug 277886
[IDE] Remove manual start of org.eclipse.update.configurator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
remove start of update configurator v01
up.conf-v01.txt (text/plain), 1.63 KB, created by
Paul Webster
on 2009-10-19 10:30:46 EDT
(
hide
)
Description:
remove start of update configurator v01
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2009-10-19 10:30:46 EDT
Size:
1.63 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java,v >retrieving revision 1.49 >diff -u -r1.49 IDEWorkbenchPlugin.java >--- src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java 27 Aug 2008 13:33:34 -0000 1.49 >+++ src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java 19 Oct 2009 14:33:40 -0000 >@@ -33,7 +33,6 @@ > import org.eclipse.ui.plugin.AbstractUIPlugin; > import org.osgi.framework.Bundle; > import org.osgi.framework.BundleContext; >-import org.osgi.framework.BundleException; > > import com.ibm.icu.text.MessageFormat; > >@@ -331,26 +330,4 @@ > if (resourceManager != null) > resourceManager.dispose(); > } >- >- /* (non-Javadoc) >- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) >- */ >- public void start(BundleContext context) throws Exception { >- super.start(context); >- >- // See https://bugs.eclipse.org/bugs/show_bug.cgi?id=235179 >- // Code that depends on Platform.getBundleGroupProviders() during >- // workbench startup must have org.eclipse.update.configurator available. >- Bundle bundleGroupBundle = Platform >- .getBundle("org.eclipse.update.configurator"); //$NON-NLS-1$ >- if (bundleGroupBundle != null) { >- try { >- bundleGroupBundle.start(Bundle.START_TRANSIENT); >- } catch (BundleException e) { >- // we can't start the org.eclipse.update.configurator >- // this is not something we want to force, so we'll call this a >- // NO-OP >- } >- } >- } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277886
: 149879