Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5b732ec3f2e3b69b65ee6e4d5d6aef22fdf8f256 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Generic
Bundle-SymbolicName: org.eclipse.fx.ui.keybindings.generic
Bundle-Version: 0.9.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.commands;bundle-version="3.6.0",
 org.eclipse.fx.ui.keybindings;bundle-version="0.9.0"
Service-Component: OSGI-INF/bindingfactory.xml

Back to the top