| author | timkelly |
| Thu, 11 Mar 2010 14:18:02 -0600 | |
| changeset 1098 | ccb2c2352e06 |
| parent 1096 | 96e5879cd42d |
| child 1102 | fc2867001a80 |
| permissions | -rw-r--r-- |
|
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 |
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
3 |
Bundle-Name: Carbide Common CDT Plugin |
|
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 |
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
5 |
Bundle-Version: 1.0.0.qualifier |
|
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, |
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
9 |
org.eclipse.cdt.debug.core;bundle-version="7.0.0", |
|
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.debug.core;bundle-version="3.6.0" |
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
11 |
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
|
12 |
Bundle-ActivationPolicy: lazy |
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
13 |
Export-Package: com.nokia.cdt.debug.common.internal.source.lookup |