Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4f2f7342e5111f9fbe1bf32fa332b4ad0143f5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.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.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",
 org.eclipse.papyrus.infra.core.architecture
Export-Package: org.eclipse.papyrus.infra.architecture.tests,
 org.eclipse.papyrus.infra.architecture.tests.merged

Back to the top