Skip to main content
summaryrefslogtreecommitdiffstats
blob: a010cd7a837f1126283b4311647d1f4a7f25eefd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Editor
Bundle-SymbolicName: org.eclipse.fx.xtext.sample.editor
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.fx.ui.controls;bundle-version="2.0.0",
 org.eclipse.text,
 org.eclipse.fx.text.ui;bundle-version="1.0.0",
 org.eclipse.fx.xtext.statemachine.fx;bundle-version="1.0.0"

Back to the top