author | bkirk |
Sat, 18 Sep 2010 16:18:58 -0700 | |
changeset 2054 | deb27f632e39 |
parent 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 |
1981 | 5 |
Bundle-Version: 3.0.0.qualifier |
868
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 |
2054
deb27f632e39
should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
bkirk
parents:
1981
diff
changeset
|
11 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
868
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 |
2054
deb27f632e39
should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
bkirk
parents:
1981
diff
changeset
|
19 |
Import-Package: com.nokia.cpp.internal.api.utils.core |