Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 73f8e609f791e42a58994cb8380c79850dc3de98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
Require-Bundle: org.junit;bundle-version="4.11.0",
 org.eclipse.papyrus.infra.tools;bundle-version="1.0.1",
 org.eclipse.emf.edit;bundle-version="2.10.0",
 org.eclipse.ui;bundle-version="3.106.0",
 com.google.guava;bundle-version="11.0.0",
 org.eclipse.core.runtime;bundle-version="3.10.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 1.0.1.qualifier
Bundle-Name: Conditional Junit Annotations
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.junit.framework
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top