Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e31b4f36ae83a5a19f4d607fcf5b72d798db08b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.tcf.examples.daytime;singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.eclipse.tm.internal.tcf.examples.daytime.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Import-Package: org.eclipse.tm.tcf.core;version="0.4.0",
 org.eclipse.tm.tcf.protocol;version="0.4.0"
Export-Package: org.eclipse.tm.internal.tcf.examples.daytime
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top