30 |
brianR |
1 |
Manifest-Version: 1.0
|
|
|
2 |
Bundle-ManifestVersion: 2
|
|
|
3 |
Bundle-Name: Ui
|
|
|
4 |
Bundle-SymbolicName: net.brutex.mylyn.sbmconnector;singleton:=true
|
|
|
5 |
Bundle-Version: 1.0.0.qualifier
|
|
|
6 |
Bundle-Activator: net.brutex.mylyn.sbmconnector.SBMConnectorPlugin
|
|
|
7 |
Require-Bundle: org.eclipse.ui,
|
|
|
8 |
org.eclipse.core.runtime,
|
|
|
9 |
org.eclipse.jface.text,
|
|
|
10 |
org.eclipse.ui.forms,
|
51 |
brianR |
11 |
org.eclipse.mylyn;bundle-version="3.2.0",
|
|
|
12 |
org.eclipse.mylyn.commons.core;bundle-version="3.2.0",
|
30 |
brianR |
13 |
org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
|
51 |
brianR |
14 |
org.eclipse.mylyn.commons.ui;bundle-version="3.2.0",
|
|
|
15 |
org.eclipse.mylyn.context.core;bundle-version="3.2.0",
|
|
|
16 |
org.eclipse.mylyn.discovery.core;bundle-version="3.2.0",
|
|
|
17 |
org.eclipse.mylyn.discovery.ui;bundle-version="3.2.0",
|
|
|
18 |
org.eclipse.mylyn.monitor.core;bundle-version="3.2.0",
|
|
|
19 |
org.eclipse.mylyn.monitor.ui;bundle-version="3.2.0",
|
|
|
20 |
org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
|
|
|
21 |
org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0"
|
|
|
22 |
Bundle-ActivationPolicy: lazy
|
|
|
23 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|