Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 077f346159ad757e055f53d718703141adb816a7 (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.tcf.te.runtime.model;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.runtime.model.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.tcf.te.runtime;bundle-version="1.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.runtime.model,
 org.eclipse.tcf.te.runtime.model.activator;x-internal:=true,
 org.eclipse.tcf.te.runtime.model.contexts,
 org.eclipse.tcf.te.runtime.model.factory,
 org.eclipse.tcf.te.runtime.model.interfaces,
 org.eclipse.tcf.te.runtime.model.interfaces.contexts,
 org.eclipse.tcf.te.runtime.model.interfaces.factory,
 org.eclipse.tcf.te.runtime.model.internal.factory;x-internal:=true,
 org.eclipse.tcf.te.runtime.model.nls;x-internal:=true

Back to the top