0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Carbide.c++ Extensions - Remote Control
|
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.remotecontrol;singleton:=true
|
|
5 |
Bundle-Version: 1.3.1
|
|
6 |
Bundle-Activator: com.nokia.s60tools.remotecontrol.RemoteControlActivator
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Require-Bundle: org.eclipse.ui,
|
|
9 |
org.eclipse.core.runtime,
|
|
10 |
org.eclipse.core.resources,
|
|
11 |
org.eclipse.ui.ide,
|
|
12 |
org.eclipse.core.filesystem,
|
|
13 |
com.nokia.s60tools.util;bundle-version="1.1.11",
|
|
14 |
com.nokia.s60tools.hticonnection;bundle-version="1.3.0",
|
|
15 |
com.nokia.s60tools.ui;bundle-version="1.5.0",
|
|
16 |
org.eclipse.core.expressions;bundle-version="3.4.100"
|
|
17 |
Bundle-ActivationPolicy: lazy
|
|
18 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
19 |
Export-Package: com.nokia.s60tools.remotecontrol;x-friends:="com.nokia.s60tools.remotecontrol.tests",
|
|
20 |
com.nokia.s60tools.remotecontrol.ftp.ui.view;x-friends:="com.nokia.s60tools.remotecontrol.tests",
|
|
21 |
com.nokia.s60tools.remotecontrol.keyboard;x-friends:="com.nokia.s60tools.remotecontrol.tests",
|
|
22 |
com.nokia.s60tools.remotecontrol.preferences;x-friends:="com.nokia.s60tools.remotecontrol.tests";
|
|
23 |
uses:="org.eclipse.jface.util,
|
|
24 |
org.eclipse.jface.preference,
|
|
25 |
org.eclipse.swt.widgets,
|
|
26 |
org.eclipse.ui"
|