mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-08-27 Alain Magloire
Fix for 72550. * plugin.xml
This commit is contained in:
parent
98e9abbae3
commit
cc31ff6aa4
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-27 Alain Magloire
|
||||||
|
|
||||||
|
Fix for 72550.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-08-25 Chris Wiebe
|
2004-08-25 Chris Wiebe
|
||||||
|
|
||||||
support for matching enclosed type names
|
support for matching enclosed type names
|
||||||
|
|
|
@ -138,10 +138,6 @@
|
||||||
name="%MachOParser.name"
|
name="%MachOParser.name"
|
||||||
point="org.eclipse.cdt.core.BinaryParser">
|
point="org.eclipse.cdt.core.BinaryParser">
|
||||||
<cextension>
|
<cextension>
|
||||||
<filter
|
|
||||||
name = "visibility"
|
|
||||||
value = "private">
|
|
||||||
</filter>
|
|
||||||
<run
|
<run
|
||||||
class="org.eclipse.cdt.utils.macho.parser.MachOParser">
|
class="org.eclipse.cdt.utils.macho.parser.MachOParser">
|
||||||
</run>
|
</run>
|
||||||
|
|
Loading…
Add table
Reference in a new issue