Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d5db5080e907e0dc38a374035e59f2fd150bef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te.tcf.filesystem.core;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.tcf.filesystem.core.activator.CorePlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.core.expressions;bundle-version="3.4.400",
 org.eclipse.core.filesystem;bundle-version="1.3.200",
 org.eclipse.tcf.core;bundle-version="1.3.0",
 org.eclipse.tcf.te.core;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime.model;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime.persistence;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime.services;bundle-version="1.3.0",
 org.eclipse.tcf.te.tcf.core;bundle-version="1.3.0",
 org.eclipse.tcf.te.tcf.locator;bundle-version="1.3.0",
 org.eclipse.tcf.te.runtime.stepper;bundle-version="1.3.0",
 org.eclipse.tcf.te.tcf.core.model;bundle-version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.tcf.filesystem.core.activator;x-internal:=true,
 org.eclipse.tcf.te.tcf.filesystem.core.interfaces.steps,
 org.eclipse.tcf.te.tcf.filesystem.core.nls;x-internal:=true,
 org.eclipse.tcf.te.tcf.filesystem.core.services,
 org.eclipse.tcf.te.tcf.filesystem.core.steps

Back to the top