Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 73e5c327851d6014966ea4ed7e08b90d17eb15e2 (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: 3.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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