Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db2b6a47ab808fd38ba7269a4ba3e9ff85994c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Require-Bundle: org.eclipse.gmf.runtime.diagram.ui;bundle-version="[1.9.0,2.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.eclipse.papyrus.uml.textedit.property.xtext.ui;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)",
 org.eclipse.xtext.ui;bundle-version="[2.22.0,3.0.0)",
 org.junit;bundle-version="[4.13.0,5.0.0)"
Export-Package: org.eclipse.papyrus.uml.textedit.property.tests.suites
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 2.0.0.qualifier
Bundle-Name: XText Property editor Tests
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.textedit.property.tests.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.textedit.property.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.papyrus.uml.textedit.property.tests

Back to the top