Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 134978b7618ab12a2ca8e933900477c9fb5d4cc8 (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
37
38
39
40
41
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.te.tcf.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.tm.te.tcf.ui.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.tcf.core;bundle-version="0.5.0",
 org.eclipse.tm.te.ui;bundle-version="1.0.0",
 org.eclipse.tm.te.ui.controls;bundle-version="1.0.0",
 org.eclipse.tm.te.ui.forms;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.runtime;bundle-version="1.0.0",
 org.eclipse.tm.te.runtime.persistence;bundle-version="1.0.0",
 org.eclipse.tm.te.runtime.services;bundle-version="1.0.0",
 org.eclipse.tm.te.runtime.statushandler;bundle-version="1.0.0",
 org.eclipse.tm.te.tcf.core;bundle-version="1.0.0",
 org.eclipse.tm.te.tcf.locator;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tm.te.tcf.ui.activator;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.dialogs,
 org.eclipse.tm.te.tcf.ui.internal;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.editor.pages;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.filter;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.handler;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.help;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.navigator;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.navigator.images;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.model,
 org.eclipse.tm.te.tcf.ui.nls;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.tables,
 org.eclipse.tm.te.tcf.ui.wizards;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.wizards.controls,
 org.eclipse.tm.te.tcf.ui.wizards.pages;x-internal:=true

Back to the top