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

Back to the top