author | Matt Salmo <matt.salmo@nokia.com> |
Mon, 01 Mar 2010 11:20:18 -0600 | |
branch | RCL_2_4 |
changeset 1038 | 03399a178bc5 |
parent 1035 | a50c0b5d243e |
permissions | -rw-r--r-- |
869
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
1 |
Manifest-Version: 1.0 |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
2 |
Bundle-ManifestVersion: 2 |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
3 |
Bundle-Name: PCCS Discovery Agent |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
4 |
Bundle-SymbolicName: com.nokia.carbide.remoteConnections.discovery.pccs;singleton:=true |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
5 |
Bundle-Version: 1.4.0.qualifier |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
6 |
Bundle-Activator: com.nokia.carbide.remoteconnections.discovery.pccs.Activator |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
7 |
Bundle-Vendor: Nokia |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
8 |
Require-Bundle: org.eclipse.cdt.core, |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
9 |
org.eclipse.core.runtime, |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
10 |
com.nokia.carbide.remoteConnections |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
11 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
12 |
Bundle-ActivationPolicy: lazy |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
13 |
Bundle-ClassPath: ., |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
14 |
lib/jna.jar, |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
15 |
lib/win32-x86.jar, |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
16 |
pccsPlugin.jar |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
17 |
Export-Package: com.nokia.carbide.remoteconnections.discovery.pccs.agent, |
cb5e1f0959c9
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
18 |
com.nokia.carbide.remoteconnections.discovery.pccs.pccsnative |
941
e90e6ea44529
PnP development for switching USB personalities. Bug 10604.
Chad Peckham <chad.peckham@nokia.com>
parents:
869
diff
changeset
|
19 |
Import-Package: com.nokia.cpp.internal.api.utils.core, |
e90e6ea44529
PnP development for switching USB personalities. Bug 10604.
Chad Peckham <chad.peckham@nokia.com>
parents:
869
diff
changeset
|
20 |
com.nokia.cpp.internal.api.utils.ui |