Skip to content

Commit

Permalink
Using package dependencies instead of plug-in dependencies for
Browse files Browse the repository at this point in the history
javax.inject
  • Loading branch information
vogella committed Nov 21, 2023
1 parent 26cd295 commit 603712a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com.vogella.ide.first/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Bundle-Name: First
Bundle-SymbolicName: com.vogella.ide.first;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: VOGELLA
Require-Bundle: javax.inject,
org.eclipse.osgi,
Require-Bundle: org.eclipse.osgi,
org.eclipse.jface,
org.eclipse.e4.ui.model.workbench,
org.eclipse.e4.ui.di,
org.eclipse.e4.ui.services,
org.eclipse.e4.core.di.annotations
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: com.vogella.tasks.model,
javax.annotation;version="1.2.0"
javax.annotation;version="1.2.0",
javax.inject;version="1.0.0"
Automatic-Module-Name: com.vogella.ide.first

0 comments on commit 603712a

Please sign in to comment.