Skip to main content
summaryrefslogtreecommitdiffstats
blob: 39e94f2291b9000c4de761c887c1d39d47fab702 (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
36
37
38
39
40
41
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.uml.modelrepair,
 org.eclipse.papyrus.uml.modelrepair.handler,
 org.eclipse.papyrus.uml.modelrepair.internal.participants;x-internal:=true,
 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes;x-internal:=true,
 org.eclipse.papyrus.uml.modelrepair.internal.validation;x-internal:=true,
 org.eclipse.papyrus.uml.modelrepair.service,
 org.eclipse.papyrus.uml.modelrepair.ui,
 org.eclipse.papyrus.uml.modelrepair.ui.providers,
 org.eclipse.papyrus.uml.modelrepair.validation
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
 org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.0.0",
 org.eclipse.emf.ecore;bundle-version="2.9.0",
 org.eclipse.core.resources;bundle-version="3.8.100",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.emf.readonly;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",
 org.eclipse.emf.edit;bundle-version="2.9.0",
 org.eclipse.emf.transaction;bundle-version="1.4.0",
 com.google.guava;bundle-version="11.0.0",
 org.eclipse.uml2.uml;bundle-version="4.1.0",
 org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0",
 org.eclipse.core.databinding;bundle-version="1.4.1",
 org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.tools;bundle-version="1.0.0",
 org.eclipse.emf.edit.ui;bundle-version="2.10.0",
 org.eclipse.uml2.uml.edit;bundle-version="5.0.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
Bundle-Name: Model Repair (Incubation)
Bundle-Activator: org.eclipse.papyrus.uml.modelrepair.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.modelrepair;singleton:=tr
 ue
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top