Skip to main content
summaryrefslogtreecommitdiffstats
blob: e9dd56720b040d6f869bd03192f6ce868002596b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.fx.formats.svg;singleton:=true
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.fx.formats.svg.converter,
 org.eclipse.fx.formats.svg.handler,
 org.eclipse.fx.formats.svg.svg,
 org.eclipse.fx.formats.svg.svg.impl,
 org.eclipse.fx.formats.svg.svg.util
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.xtext.xbase.lib,
 org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Bundle-ActivationPolicy: lazy

Back to the top