connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Mon, 22 Feb 2010 08:56:37 -0600
changeset 1001 3360f7e9df9f
parent 942 2ed87b202d5c
child 1021 6594b07c89c8
permissions -rw-r--r--
Avoid initial PCCS discovery dialog on non-Win32 systems
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    10
 org.eclipse.jface,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    11
 org.eclipse.ui,
1001
3360f7e9df9f Avoid initial PCCS discovery dialog on non-Win32 systems
Ed Swartz <ed.swartz@nokia.com>
parents: 942
diff changeset
    12
 com.nokia.carbide.remoteConnections,
3360f7e9df9f Avoid initial PCCS discovery dialog on non-Win32 systems
Ed Swartz <ed.swartz@nokia.com>
parents: 942
diff changeset
    13
 com.nokia.cpp.utils.core;bundle-version="1.0.0"
868
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    14
Bundle-RequiredExecutionEnvironment: J2SE-1.5
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    15
Bundle-ActivationPolicy: lazy
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    16
Bundle-ClassPath: .,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    17
 lib/jna.jar,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    18
 lib/win32-x86.jar,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    19
 pccsPlugin.jar
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    20
Export-Package: com.nokia.carbide.remoteconnections.discovery.pccs.agent,
089762ea5b6d move com.nokia.carbide.remoteConnections.discovery.pccs to carbidecpp repository
cawthron
parents:
diff changeset
    21
 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
    22
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
    23
 com.nokia.cpp.internal.api.utils.ui