debuggercdi/com.nokia.cdt.debug.common/META-INF/MANIFEST.MF
author ryall
Fri, 17 Sep 2010 13:30:29 -0600
changeset 2046 f375c7305c9d
parent 1981 f465b1504220
child 2054 deb27f632e39
permissions -rw-r--r--
When things are remapped by the Symbian Source File Remapping only capture the directory the file was discovered in, not the entire drive.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1096
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     1
Manifest-Version: 1.0
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1102
diff changeset
     3
Bundle-Name: Carbide Common CDT Debug Plugin
1096
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.cdt.debug.common;singleton:=true
1981
f465b1504220 set version to 3.0.0
cawthron
parents: 1260
diff changeset
     5
Bundle-Version: 3.0.0.qualifier
1096
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     6
Bundle-Activator: com.nokia.cdt.debug.common.CarbideCommonDebuggerPlugin
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     7
Bundle-Vendor: Nokia
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
     8
Require-Bundle: org.eclipse.core.runtime,
1102
fc2867001a80 Refactor executables view support extension from com.nokia.carbide.cpp.edc to com.nokia.cdt.debug.common.
timkelly
parents: 1096
diff changeset
     9
 org.eclipse.cdt.core,
1096
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
    10
 org.eclipse.cdt.debug.core;bundle-version="7.0.0",
1102
fc2867001a80 Refactor executables view support extension from com.nokia.carbide.cpp.edc to com.nokia.cdt.debug.common.
timkelly
parents: 1096
diff changeset
    11
 org.eclipse.debug.core;bundle-version="3.6.0",
fc2867001a80 Refactor executables view support extension from com.nokia.carbide.cpp.edc to com.nokia.cdt.debug.common.
timkelly
parents: 1096
diff changeset
    12
 com.nokia.carbide.cdt.builder;bundle-version="2.0.0",
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1102
diff changeset
    13
 org.eclipse.cdt.debug.edc,
2046
f375c7305c9d When things are remapped by the Symbian Source File Remapping only capture the directory the file was discovered in, not the entire drive.
ryall
parents: 1981
diff changeset
    14
 com.nokia.carbide.remoteConnections;bundle-version="1.4.0",
f375c7305c9d When things are remapped by the Symbian Source File Remapping only capture the directory the file was discovered in, not the entire drive.
ryall
parents: 1981
diff changeset
    15
 org.eclipse.core.filesystem;bundle-version="1.3.0"
1096
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
    16
Bundle-RequiredExecutionEnvironment: J2SE-1.5
96e5879cd42d Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff changeset
    17
Bundle-ActivationPolicy: lazy
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1102
diff changeset
    18
Export-Package: com.nokia.cdt.debug.common.internal.api,
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1102
diff changeset
    19
 com.nokia.cdt.debug.common.internal.executables,
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1102
diff changeset
    20
 com.nokia.cdt.debug.common.internal.source.lookup