Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 394d7bce44f4d739b71e534f748dd7bb5b0ac4a1 (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
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.papyrus.toolsmiths.profilemigration.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.emf.compare;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.databinding;bundle-version="[1.5.0,2.0.0)",
 org.eclipse.emf.edit.ui;bundle-version="[2.18.0,3.0.0)",
 org.eclipse.gmf.runtime.common.ui;bundle-version="[1.8.0,2.0.0)",
 org.eclipse.gmf.runtime.emf.type.core;bundle-version="[1.9.0,2.0.0)",
 org.eclipse.papyrus.infra.core.log;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.papyrus.toolsmiths.profilemigration;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.ui.views.properties.tabbed;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)",
 org.junit;bundle-version="[4.13.0,5.0.0)"
Bundle-Activator: org.eclipse.papyrus.toolsmiths.profilemigration.tests.Activator
Export-Package: org.eclipse.papyrus.toolsmiths.profilemigration.tests
Automatic-Module-Name: org.eclipse.papyrus.toolsmiths.profilemigration.tests
Bundle-Vendor: %Bundle-Vendor

Back to the top