Skip to main content
summaryrefslogtreecommitdiffstats
blob: 032fe63652605e0ea6bd2ae1125121ff25de7b54 (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.0.1.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