Skip to main content
summaryrefslogtreecommitdiffstats
blob: a9341cd479c1d48af1e6e0d9d01191b0d9698a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.compare.mpatch.emfdiff2mpatch.edit;singleton:=true
Bundle-Version: 1.1.2.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.compare.mpatch.EditPlugin$Implementation
Bundle-Vendor: Technical University of Denmark
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.compare.mpatch.symrefs.provider
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.compare.mpatch.emfdiff2mpatch.generic;visibility:=reexport,
 org.eclipse.emf.compare.mpatch.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top