Skip to main content
summaryrefslogtreecommitdiffstats
blob: 006a8c4b4fb94abdab871c46a40b6546837ee48b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.fx.ide.rrobot.model;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.fx.ide.rrobot.model.bundle;x-internal:=true,
 org.eclipse.fx.ide.rrobot.model.bundle.impl,
 org.eclipse.fx.ide.rrobot.model.bundle.util;x-internal:=true,
 org.eclipse.fx.ide.rrobot.model.task;x-internal:=true,
 org.eclipse.fx.ide.rrobot.model.task.impl,
 org.eclipse.fx.ide.rrobot.model.task.util;x-internal:=true,
 org.eclipse.fx.ide.rrobot.model.util;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.jdt.annotation;bundle-version="2.0.0";resolution:=optional
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.commons.lang.text

Back to the top