File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
launchbar/org.eclipse.launchbar.ui.controls
src/org/eclipse/launchbar/ui/controls/internal Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.launchbar.ui.controls;singleton:=true
5
- Bundle-Version : 1.2.400 .qualifier
5
+ Bundle-Version : 1.2.500 .qualifier
6
6
Bundle-Activator : org.eclipse.launchbar.ui.controls.internal.Activator
7
7
Bundle-Vendor : %providerName
8
8
Require-Bundle : org.eclipse.core.runtime,
@@ -15,8 +15,8 @@ Require-Bundle: org.eclipse.core.runtime,
15
15
org.eclipse.debug.ui;bundle-version="3.11.200",
16
16
org.eclipse.launchbar.core;bundle-version="2.0.0",
17
17
org.eclipse.launchbar.ui;bundle-version="2.0.0"
18
- Import-Package : javax .annotation,
19
- javax .inject,
18
+ Import-Package : jakarta .annotation,
19
+ jakarta .inject,
20
20
org.osgi.service.event;version="1.4.1"
21
21
Bundle-RequiredExecutionEnvironment : JavaSE-17
22
22
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 15
15
*******************************************************************************/
16
16
package org .eclipse .launchbar .ui .controls .internal ;
17
17
18
- import javax .annotation .PostConstruct ;
19
- import javax .annotation .PreDestroy ;
20
-
21
18
import org .eclipse .core .commands .Command ;
22
19
import org .eclipse .core .commands .ExecutionEvent ;
23
20
import org .eclipse .core .runtime .CoreException ;
44
41
import org .eclipse .ui .commands .ICommandService ;
45
42
import org .eclipse .ui .handlers .IHandlerService ;
46
43
44
+ import jakarta .annotation .PostConstruct ;
45
+ import jakarta .annotation .PreDestroy ;
46
+
47
47
public class LaunchBarControl implements ILaunchBarListener {
48
48
public static final String ID = "org.eclipse.launchbar" ; //$NON-NLS-1$
49
49
public static final String CLASS_URI = "bundleclass://" + Activator .PLUGIN_ID + "/" //$NON-NLS-1$ //$NON-NLS-2$
Original file line number Diff line number Diff line change 15
15
*******************************************************************************/
16
16
package org .eclipse .launchbar .ui .controls .internal ;
17
17
18
- import javax .inject .Inject ;
19
-
20
18
import org .eclipse .e4 .core .di .annotations .Execute ;
21
19
import org .eclipse .e4 .core .services .events .IEventBroker ;
22
20
import org .eclipse .e4 .ui .model .application .MApplication ;
31
29
import org .eclipse .jface .preference .IPreferenceStore ;
32
30
import org .eclipse .swt .widgets .Widget ;
33
31
32
+ import jakarta .inject .Inject ;
33
+
34
34
public class LaunchBarInjector {
35
35
36
36
@ Inject
You can’t perform that action at this time.
0 commit comments