Skip to main content
summaryrefslogtreecommitdiffstats
blob: e2c4f5394d2c8761b0010ec3c34d7ac032176a73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.compare.diagram.ide.ui.ecoretools;singleton:=true
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Version: 2.3.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.compare.diagram.ide.ui;bundle-version="3.0.0",
 org.eclipse.emf.ecoretools;bundle-version="[1.0.0,3.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top