Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 10ff9b556b4b0d5559d74e6d72fd04e7d5af7784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.eclipse.papyrus.toolsmiths.profilemigration.tests;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.papyrus.toolsmiths.profilemigration;bundle-version="[0.7.0,1.0.0)",
 org.eclipse.papyrus.toolsmiths.profilemigration.ui;bundle-version="[0.7.0,1.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.3.0,6.0.0)",
 org.eclipse.papyrus.junit.framework;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.papyrus.uml.tools;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.papyrus.junit.utils;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.emf.compare;bundle-version="[3.0.0,4.0.0)"
Bundle-Activator: org.eclipse.papyrus.toolsmiths.profilemigration.tests.Activator
Export-Package: org.eclipse.papyrus.toolsmiths.profilemigration.tests

Back to the top