Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ea0dc36dc1b36d91b027742fd54dd705e1dbe12b (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
 org.eclipse.core.resources;bundle-version="3.8.0",
 org.eclipse.jdt.ui;bundle-version="3.8.0",
 org.eclipse.papyrus.uml.compare.file;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.emf.compare.common;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="1.0.0",
 org.eclipse.compare;bundle-version="3.5.300",
 org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0",
 org.junit;bundle-version="4.10.0"
Export-Package: org.eclipse.papyrus.uml.compare.file.tests
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.compare.file.tests.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.compare.file.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top