Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dce338a54c7d4776643c8b6053604bad98b0b78c (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.junit.utils;bundle-version="0.10.0",
 org.eclipse.core.resources,
 org.eclipse.papyrus.views.modelexplorer;bundle-version="0.10.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0",
 org.eclipse.papyrus.uml.compare;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.emf.compare.common;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.10.0",
 org.eclipse.compare;bundle-version="3.5.300",
 org.eclipse.papyrus.uml.compare;bundle-version="0.10.0",
 org.eclipse.papyrus.infra.core;bundle-version="0.10.0",
 org.eclipse.ui.ide;bundle-version="3.8.0",
 org.eclipse.papyrus.infra.core.sasheditor;bundle-version="0.10.0",
 org.junit;bundle-version="4.10.0"
Export-Package: org.eclipse.papyrus.uml.compare.tests
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.uml.compare.tests.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.compare.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top