Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e1c797a61e60e4b99dcc8e558519a866b2e21756 (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
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.tm.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.core;bundle-version="1.0.0",
 org.eclipse.tm.te.core.persistence;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: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tm.te.tcf.ui.activator;x-internal:=true,
 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.model;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.internal.nls;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.wizards;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.internal.wizards.pages;x-internal:=true,
 org.eclipse.tm.te.tcf.ui.tables

Back to the top