You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the activator created the factory (but only register it as a
plain service) and on the other hand the BundleGroupComponent then
access the activator in a static way.
This now decouples the Factory and BundleGroupComponent from the
activator by making them components.
Copy file name to clipboardExpand all lines: update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/BundleGroupComponent.java
+29-8Lines changed: 29 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,37 +7,58 @@
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
-
*
10
+
*
11
11
* Contributors:
12
12
* IBM Corporation - initial API and implementation
Copy file name to clipboardExpand all lines: update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java
Copy file name to clipboardExpand all lines: update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java
0 commit comments