Skip to main content
summaryrefslogtreecommitdiffstats
blob: b57b622c6d5f7a6228a29f4028c0293cce12387b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.junit;bundle-version="[4.12.0,5.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.tools;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.emf.edit;bundle-version="[2.12.0,3.0.0)",
 org.eclipse.ui;bundle-version="[3.107.0,4.0.0)"
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 1.2.0.qualifier
Bundle-Name: Conditional Junit Annotations
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.junit.framework;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.base;version="21.0.0",
 com.google.common.cache;version="21.0.0",
 com.google.common.collect;version="21.0.0"

Back to the top