remotecontrol/com.nokia.s60tools.remotecontrol/META-INF/MANIFEST.MF
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Mon, 06 Sep 2010 08:39:29 +0300
changeset 17 aa3399e01058
parent 10 2715b6594cd9
permissions -rw-r--r--
RemoteControl 1.5.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
Manifest-Version: 1.0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
Bundle-Name: Carbide.c++ Extensions - Remote Control
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.s60tools.remotecontrol;singleton:=true
17
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 10
diff changeset
     5
Bundle-Version: 1.5.0.qualifier
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
Bundle-Activator: com.nokia.s60tools.remotecontrol.RemoteControlActivator
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
Bundle-Vendor: Nokia
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
 org.eclipse.core.runtime,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
 org.eclipse.core.resources,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
 org.eclipse.ui.ide,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
 org.eclipse.core.filesystem,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
 com.nokia.s60tools.util;bundle-version="1.1.11",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
 com.nokia.s60tools.hticonnection;bundle-version="1.3.0",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
 com.nokia.s60tools.ui;bundle-version="1.5.0",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
 org.eclipse.core.expressions;bundle-version="3.4.100"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
Bundle-ActivationPolicy: lazy
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
Bundle-RequiredExecutionEnvironment: J2SE-1.5
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
Export-Package: com.nokia.s60tools.remotecontrol;x-friends:="com.nokia.s60tools.remotecontrol.tests",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
 com.nokia.s60tools.remotecontrol.ftp.ui.view;x-friends:="com.nokia.s60tools.remotecontrol.tests",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
 com.nokia.s60tools.remotecontrol.keyboard;x-friends:="com.nokia.s60tools.remotecontrol.tests",
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
 com.nokia.s60tools.remotecontrol.preferences;x-friends:="com.nokia.s60tools.remotecontrol.tests";
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
  uses:="org.eclipse.jface.util,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
   org.eclipse.jface.preference,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
   org.eclipse.swt.widgets,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
   org.eclipse.ui"