Skip to main content
summaryrefslogtreecommitdiffstats
blob: d0c1fc77f8c457df649116a1cf834c719c3f90ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fx
Bundle-SymbolicName: org.eclipse.fx.code.editor.asciidoc.fx
Bundle-Version: 2.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.inject,
 org.eclipse.e4.core.di.annotations,
 org.eclipse.fx.code.editor;version="2.4.0",
 org.eclipse.fx.code.editor.asciidoc;version="2.4.0",
 org.eclipse.fx.core;version="2.4.0",
 org.eclipse.fx.core.event;version="2.4.0",
 org.eclipse.fx.core.preferences;version="2.4.0"

Back to the top