Skip to main content
summaryrefslogtreecommitdiffstats
blob: b46fd8c35061463845c0a7d72a468002f8228af6 (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fxml
Bundle-SymbolicName: org.eclipse.fx.core.fxml
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="2.0.0";resolution:=optional
Export-Package: org.eclipse.fx.core.fxml;version="3.0.0"
Bundle-Vendor: Eclipse.org

Back to the top