Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 342f2dd6593300d860972f98a6b89b923bbe8ee3 (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.tcf.examples.daytime;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tcf.internal.examples.daytime.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Import-Package: org.eclipse.tcf.core;version="1.0.0",
 org.eclipse.tcf.protocol;version="1.0.0"
Export-Package: org.eclipse.tcf.internal.examples.daytime
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top