equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.4"?> |
|
3 <plugin> |
|
4 |
|
5 <extension |
|
6 point="org.eclipse.debug.core.sourcePathComputers"> |
|
7 <sourcePathComputer |
|
8 class="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputerDelegate" |
|
9 id="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"/> |
|
10 </extension> |
|
11 |
|
12 <!-- *************** Source Container Types **************** --> |
|
13 |
|
14 <extension |
|
15 point="org.eclipse.debug.core.sourceContainerTypes"> |
|
16 <sourceContainerType |
|
17 class="com.nokia.cdt.debug.common.internal.source.lookup.SymbianSourceContainerType" |
|
18 description="Maps source files to EPOCROOT" |
|
19 id="com.nokia.cdt.debug.common.containerType.mapping" |
|
20 name="Symbian OS SDK Mapping"/> |
|
21 </extension> |
|
22 |
|
23 </plugin> |