Skip to content

Commit

Permalink
Switched from javax.inject to jakarta.inject
Browse files Browse the repository at this point in the history
  • Loading branch information
Haspamelodica committed Dec 16, 2024
1 parent 64645f1 commit c818101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt
net.mograsim.plugin.util,
net.mograsim.plugin.views,
net.mograsim.plugin.wizards.newWizards
Import-Package: javax.inject;version="1.0.5"
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.text,
Expand All @@ -37,7 +36,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.expressions,
SWTInput,
org.eclipse.debug.core,
org.eclipse.debug.ui
org.eclipse.debug.ui,
jakarta.inject.jakarta.inject-api;bundle-version="1.0.5"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: net.mograsim.plugin.core
Bundle-Vendor: %Bundle-Vendor.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import java.util.Arrays;
import java.util.stream.Collectors;

import javax.inject.Inject;

import org.eclipse.e4.ui.di.Persist;
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
import org.eclipse.jface.action.Action;
Expand All @@ -31,6 +29,7 @@
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.part.ViewPart;

import jakarta.inject.Inject;
import net.mograsim.plugin.AsmOps;

/**
Expand Down

0 comments on commit c818101

Please sign in to comment.