author | Matti Laitinen <matti.t.laitinen@nokia.com> |
Wed, 21 Apr 2010 11:46:38 +0300 | |
changeset 9 | e67492608de0 |
parent 7 | 018264c44c89 |
child 16 | a7167d9d3792 |
permissions | -rw-r--r-- |
0 | 1 |
Manifest-Version: 1.0 |
2 |
Bundle-ManifestVersion: 2 |
|
3 |
Bundle-Name: Carbide.c++ Extensions - HTI Connection |
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.hticonnection;singleton:=true |
|
9
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
5 |
Bundle-Version: 1.4.0 |
0 | 6 |
Bundle-ClassPath: ., |
7 |
htiapi.jar |
|
8 |
Bundle-Vendor: Nokia |
|
9 |
Require-Bundle: org.eclipse.core.runtime, |
|
10 |
org.eclipse.ui, |
|
11 |
org.eclipse.jface.text, |
|
12 |
org.eclipse.core.resources, |
|
13 |
com.nokia.s60tools.ui;bundle-version="1.5.0", |
|
14 |
com.nokia.s60tools.util;bundle-version="1.1.11", |
|
15 |
com.nokia.carbide.remoteConnections;bundle-version="1.4.0", |
|
16 |
com.nokia.carbide.trk.support;bundle-version="1.4.0", |
|
17 |
com.freescale.cdt.debug.cw.core;bundle-version="1.4.0" |
|
18 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
|
19 |
Bundle-Activator: com.nokia.s60tools.hticonnection.HtiApiActivator |
|
20 |
Bundle-ActivationPolicy: lazy |
|
21 |
Export-Package: com.nokia.HTI;x-friends:="com.nokia.s60tools.hticonnection.tests", |
|
22 |
com.nokia.s60tools.hticonnection;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests", |
|
23 |
com.nokia.s60tools.hticonnection.connection;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests", |
|
24 |
com.nokia.s60tools.hticonnection.core;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests", |
|
25 |
com.nokia.s60tools.hticonnection.exceptions, |
|
26 |
com.nokia.s60tools.hticonnection.gateway;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests", |
|
27 |
com.nokia.s60tools.hticonnection.listener, |
|
28 |
com.nokia.s60tools.hticonnection.preferences;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests", |
|
29 |
com.nokia.s60tools.hticonnection.services, |
|
30 |
com.nokia.s60tools.hticonnection.services.connectiontestservice;x-friends:="com.nokia.s60tools.hticonnection.tests" |