Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e33f61d6c9fcc3be1f60e821ec1eb297f250d136 (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
Export-Package: org.eclipse.papyrus.junit.framework.classification,
 org.eclipse.papyrus.junit.framework.classification.rules,
 org.eclipse.papyrus.junit.framework.classification.tests,
 org.eclipse.papyrus.junit.framework.runner
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
 org.eclipse.emf.edit;bundle-version="[2.16.0,3.0.0)",
 org.eclipse.papyrus.infra.tools;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.ui;bundle-version="[3.117.0,4.0.0)",
 org.junit;bundle-version="[4.13.0,5.0.0)"
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 2.1.0.qualifier
Bundle-Name: Conditional Junit Annotations
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.junit.framework;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com.google.common.base;version="[30.1.0, 31.0.0)",
 com.google.common.cache;version="[30.1.0, 31.0.0)",
 com.google.common.collect;version="[30.1.0, 31.0.0)"
Automatic-Module-Name: org.eclipse.papyrus.junit.framework

Back to the top