Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7e8cae137d6bcf84c64bb3075a7018905a0f6c4d (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
29
30
31
32
33
34
35
36
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.te.tcf.filesystem;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tm.te.tcf.filesystem.activator.UIPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
 org.eclipse.ui;bundle-version="3.7.0",
 org.eclipse.ui.forms;bundle-version="3.5.100",
 org.eclipse.ui.navigator;bundle-version="3.5.100",
 org.eclipse.tm.tcf.core;bundle-version="0.4.0",
 org.eclipse.tm.te.tcf.core;bundle-version="1.0.0",
 org.eclipse.tm.te.ui;bundle-version="1.0.0",
 org.eclipse.tm.te.ui.swt;bundle-version="1.0.0",
 org.eclipse.tm.te.ui.views;bundle-version="1.0.0",
 org.eclipse.tm.te.tcf.locator;bundle-version="1.0.0",
 org.eclipse.core.filesystem;bundle-version="1.3.100",
 org.eclipse.ui.ide;bundle-version="3.7.0",
 org.eclipse.core.expressions;bundle-version="3.4.300"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tm.te.tcf.filesystem.activator;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.controls,
 org.eclipse.tm.te.tcf.filesystem.dialogs,
 org.eclipse.tm.te.tcf.filesystem.filters,
 org.eclipse.tm.te.tcf.filesystem.interfaces,
 org.eclipse.tm.te.tcf.filesystem.interfaces.preferences,
 org.eclipse.tm.te.tcf.filesystem.internal;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.internal.explorer;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.internal.help;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.internal.nls;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.internal.preferences;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.internal.properties;x-internal:=true,
 org.eclipse.tm.te.tcf.filesystem.model

Back to the top