Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a61ae21fc954ecba7a5b7887f1bad8d722a072f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Require-Bundle: org.eclipse.emf.databinding;bundle-version="[1.5.0,2.0.0)",
 org.eclipse.papyrus.infra.tools;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.papyrus.junit.framework;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.papyrus.junit.utils;bundle-version="[3.0.0,4.0.0)",
 org.junit;bundle-version="[4.13.0,5.0.0)",
 org.eclipse.core.resources;bundle-version="[3.13.900,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.20.0,4.0.0)",
 org.eclipse.jdt.core;bundle-version="[3.24.0,4.0.0)",
 org.eclipse.core.databinding.beans;bundle-version="[1.9.0,2.0.0)",
 org.eclipse.core.databinding.property;bundle-version="[1.9.0,2.0.0)"
Export-Package: org.eclipse.papyrus.infra.tools.databinding,
 org.eclipse.papyrus.infra.tools.tests,
 org.eclipse.papyrus.infra.tools.util
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 2.2.0.qualifier
Bundle-Name: Papyrus Infrastructure Tools Tests
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.tools.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com.google.common.collect;version="[30.1.0, 31.0.0)"
Automatic-Module-Name: org.eclipse.papyrus.infra.tools.tests
Eclipse-BundleShape: dir

Back to the top