diff options
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF b/bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF index 773716d37..a81037982 100644 --- a/bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF +++ b/bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF @@ -4,8 +4,10 @@ Bundle-Name: Fx Bundle-SymbolicName: org.eclipse.fx.code.editor.asciidoc.fx Bundle-Version: 2.3.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.fx.code.editor, - org.eclipse.fx.code.editor.asciidoc, - org.eclipse.fx.core Import-Package: javax.inject, - org.eclipse.e4.core.di.annotations + org.eclipse.e4.core.di.annotations, + org.eclipse.fx.code.editor;version="2.3.0", + org.eclipse.fx.code.editor.asciidoc;version="2.3.0", + org.eclipse.fx.core;version="2.3.0", + org.eclipse.fx.core.event;version="2.3.0", + org.eclipse.fx.core.preferences;version="2.3.0" |