Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 181655a4fe74046e49a789591dd1fbf3905016ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.ui.architecture.tests
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.papyrus.infra.ui.architecture.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
 org.eclipse.papyrus.junit.utils;bundle-version="2.2.0",
 org.eclipse.papyrus.infra.architecture;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.papyrus.infra.ui.architecture;bundle-version="[2.1.0,3.0.0)",
 org.eclipse.papyrus.infra.emf;bundle-version="[3.1.0,4.0.0)",
 org.eclipse.papyrus.views.modelexplorer;bundle-version="[3.1.0,4.0.0)",
 org.eclipse.papyrus.views.modelexplorer.tests;bundle-version="[1.2.0,2.0.0)"
Export-Package: org.eclipse.papyrus.infra.ui.architecture.tests
Bundle-Activator: org.eclipse.papyrus.infra.ui.architecture.tests.Activator

Back to the top