Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2016-02-29 19:21:40 +0000
committerTom Schindl2016-02-29 19:21:40 +0000
commit69a6b76cffe89129c283cbeda8b32f8a0a2bc328 (patch)
tree90463f36b732097cb9b3f2fa2dac609cacc84c06 /bundles
parent1c57a69dece72b2b4787a03acd8015a938047f7c (diff)
downloadorg.eclipse.efxclipse-69a6b76cffe89129c283cbeda8b32f8a0a2bc328.tar.gz
org.eclipse.efxclipse-69a6b76cffe89129c283cbeda8b32f8a0a2bc328.tar.xz
org.eclipse.efxclipse-69a6b76cffe89129c283cbeda8b32f8a0a2bc328.zip
use package imports
Diffstat (limited to 'bundles')
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF10
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"

Back to the top