1096
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
2 |
<projectDescription>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
3 |
<name>com.nokia.cdt.debug.common</name>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
4 |
<comment></comment>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
5 |
<projects>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
6 |
</projects>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
7 |
<buildSpec>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
8 |
<buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
9 |
<name>org.eclipse.jdt.core.javabuilder</name>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
10 |
<arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
11 |
</arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
12 |
</buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
13 |
<buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
14 |
<name>org.eclipse.pde.ManifestBuilder</name>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
15 |
<arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
16 |
</arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
17 |
</buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
18 |
<buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
19 |
<name>org.eclipse.pde.SchemaBuilder</name>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
20 |
<arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
21 |
</arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
22 |
</buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
23 |
<buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
24 |
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
25 |
<triggers>full,incremental,</triggers>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
26 |
<arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
27 |
<dictionary>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
28 |
<key>LaunchConfigHandle</key>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
29 |
<value><project>/.externalToolBuilders/org.eclipse.pde.api.tools.apiAnalysisBuilder.launch</value>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
30 |
</dictionary>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
31 |
</arguments>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
32 |
</buildCommand>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
33 |
</buildSpec>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
34 |
<natures>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
35 |
<nature>org.eclipse.pde.PluginNature</nature>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
36 |
<nature>org.eclipse.jdt.core.javanature</nature>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
37 |
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
38 |
</natures>
|
96e5879cd42d
Initial commit. Refactor out source mapping support into common plugin to be used with DE and EDC.
timkelly
parents:
diff
changeset
|
39 |
</projectDescription>
|