Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e2177fde28e9842922db7d1244e72f8f75c6ed11 (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
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.uml.expressions;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.papyrus.uml.expressions.umlexpressions,
 org.eclipse.papyrus.uml.expressions.umlexpressions.custom,
 org.eclipse.papyrus.uml.expressions.umlexpressions.impl,
 org.eclipse.papyrus.uml.expressions.umlexpressions.util,
 org.eclipse.papyrus.uml.expressions.umlexpressions.utils
Require-Bundle: org.eclipse.papyrus.infra.emf.expressions;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Description: Extension of the Papyrus EMF Expressions. It provides expressions dedicated to UML Element.
Automatic-Module-Name: org.eclipse.papyrus.uml.expressions

Back to the top