Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 715d9b0603601597eacc794adc77b0d2d5e9cb47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.te.tcf.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tm.te.tcf.core.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
 org.eclipse.tm.tcf.core;bundle-version="0.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tm.te.tcf.core,
 org.eclipse.tm.te.tcf.core.activator;x-internal:=true,
 org.eclipse.tm.te.tcf.core.interfaces,
 org.eclipse.tm.te.tcf.core.interfaces.listeners,
 org.eclipse.tm.te.tcf.core.internal;x-internal:=true,
 org.eclipse.tm.te.tcf.core.internal.interfaces;x-internal:=true,
 org.eclipse.tm.te.tcf.core.internal.listener;x-internal:=true,
 org.eclipse.tm.te.tcf.core.internal.nls;x-internal:=true,
 org.eclipse.tm.te.tcf.core.internal.utils;x-internal:=true,
 org.eclipse.tm.te.tcf.core.utils

Back to the top