Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6cee97758c515c690d81c457b56fa74b4f2d90c7 (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
32
33
34
35
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore,
 org.eclipse.emf.compare,
 org.eclipse.emf.compare.diff,
 org.eclipse.emf.transaction,
 org.eclipse.papyrus.infra.core.log;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.services.edit;bundle-version="0.10.0",
 org.eclipse.gmf.runtime.emf.type.core,
 org.eclipse.papyrus.infra.emf;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.tools;bundle-version="0.10.0",
 com.google.guava;bundle-version="10.0.1",
 org.eclipse.emf.compare.match
Export-Package: org.eclipse.papyrus.infra.emf.compare.diff,
 org.eclipse.papyrus.infra.emf.compare.diff.check,
 org.eclipse.papyrus.infra.emf.compare.diff.internal.command,
 org.eclipse.papyrus.infra.emf.compare.diff.internal.merger,
 org.eclipse.papyrus.infra.emf.compare.diff.internal.provider,
 org.eclipse.papyrus.infra.emf.compare.diff.internal.util,
 org.eclipse.papyrus.infra.emf.compare.diff.merge,
 org.eclipse.papyrus.infra.emf.compare.diff.provider,
 org.eclipse.papyrus.infra.emf.compare.diff.service,
 org.eclipse.papyrus.infra.emf.compare.diff.utils
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.emf.compare.diff.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.emf.compare.diff;single
 ton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top