Skip to main content
summaryrefslogtreecommitdiffstats
blob: de43d18800450d4b4abaaef0d58fed7ee800e005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.compare.match; singleton:=true
Bundle-Version: 1.1.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.emf.compare.match,
 org.eclipse.emf.compare.match.engine,
 org.eclipse.emf.compare.match.filter,
 org.eclipse.emf.compare.match.internal.statistic;
  x-friends:="org.eclipse.emf.compare.diff.edit,
   org.eclipse.emf.compare.ui,
   org.eclipse.emf.compare.tests,
   org.eclipse.emf.compare.diff",
 org.eclipse.emf.compare.match.metamodel,
 org.eclipse.emf.compare.match.metamodel.impl,
 org.eclipse.emf.compare.match.metamodel.provider,
 org.eclipse.emf.compare.match.metamodel.util,
 org.eclipse.emf.compare.match.service,
 org.eclipse.emf.compare.match.statistic
Require-Bundle: org.eclipse.core.runtime;resolution:=optional,
 org.eclipse.emf.compare,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.emf.edit
Bundle-Activator: org.eclipse.emf.compare.match.MatchPlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true

Back to the top