Skip to main content
summaryrefslogtreecommitdiffstats
blob: fe709cacb05174cc075989ed5c7d60a44da70164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sirius.ext.emf.tx
Bundle-Version: 4.1.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.transaction;bundle-version="1.4.0"
Export-Package: org.eclipse.sirius.ext.emf.tx;version="3.0.0"

Back to the top