Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 5e600dd1a38f6e8ece5d480b7163c940817d250e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                
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
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top