Skip to content

Commit

Permalink
Made javax.inject an Import-Package instead of a Require-Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Haspamelodica committed Dec 16, 2024
1 parent 097da20 commit 64645f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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 @@ -30,8 +31,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.e4.ui.model.workbench,
org.eclipse.ui.themes;bundle-version="1.2.400",
net.mograsim.logic.model;bundle-version="0.1.5";visibility:=reexport,
javax.annotation;bundle-version="1.0.0",
javax.inject;bundle-version="1.0.0",
org.eclipse.ui.ide,
net.mograsim.preferences;bundle-version="0.1.5",
net.mograsim.machine,
Expand Down

0 comments on commit 64645f1

Please sign in to comment.