Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 772c87a03b78c012c5a3e8c6fd7a949052fc6cfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Papyrus Fonts Addon
Bundle-SymbolicName: org.eclipse.papyrus.infra.ui.fonts;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.infra.ui.fonts.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
 org.eclipse.ui;bundle-version="[3.117.0,4.0.0)",
 javax.annotation;bundle-version="[1.3.5,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.papyrus.infra.ui.fonts
Bundle-ActivationPolicy: lazy

Back to the top