author | Ed Swartz <ed.swartz@nokia.com> |
Fri, 02 Jul 2010 08:45:33 -0500 | |
changeset 1570 | 2f7897e15774 |
parent 1037 | 7261015324d2 |
child 1981 | f465b1504220 |
permissions | -rw-r--r-- |
868
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
1 |
Manifest-Version: 1.0 |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
2 |
Bundle-ManifestVersion: 2 |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
3 |
Bundle-Name: PCCS Discovery Agent |
089762ea5b6d
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 |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
5 |
Bundle-Version: 1.4.0.qualifier |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
6 |
Bundle-Activator: com.nokia.carbide.remoteconnections.discovery.pccs.Activator |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
7 |
Bundle-Vendor: Nokia |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
8 |
Require-Bundle: org.eclipse.cdt.core, |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
9 |
org.eclipse.core.runtime, |
1021
6594b07c89c8
Changes to fix bugs 10618 10714 10731 10759 10580 merged from 2.5 branch
chpeckha
parents:
1001
diff
changeset
|
10 |
com.nokia.carbide.remoteConnections |
868
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
11 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
12 |
Bundle-ActivationPolicy: lazy |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
13 |
Bundle-ClassPath: ., |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
14 |
lib/jna.jar, |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
15 |
lib/win32-x86.jar, |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
16 |
pccsPlugin.jar |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
17 |
Export-Package: com.nokia.carbide.remoteconnections.discovery.pccs.agent, |
089762ea5b6d
move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff
changeset
|
18 |
com.nokia.carbide.remoteconnections.discovery.pccs.pccsnative |
942
2ed87b202d5c
PnP for switching USB personalities. Bug 10604.
Chad Peckham <chad.peckham@nokia.com>
parents:
868
diff
changeset
|
19 |
Import-Package: com.nokia.cpp.internal.api.utils.core, |
2ed87b202d5c
PnP for switching USB personalities. Bug 10604.
Chad Peckham <chad.peckham@nokia.com>
parents:
868
diff
changeset
|
20 |
com.nokia.cpp.internal.api.utils.ui |