Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3670d9c18860fe4c39edbf0abb9600f362c239ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TCF Target Management Core
Bundle-SymbolicName: org.eclipse.tcf.target.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tcf.internal.target.core.Activator
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.expressions;bundle-version="3.4.200",
 org.eclipse.tm.tcf.core;bundle-version="0.3.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.tcf.internal.target.core;x-friends:="org.eclipse.tcf.target.ui",
 org.eclipse.tcf.target.core

Back to the top