Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-08-27 15:10:21 +0000
committerAlain Magloire2004-08-27 15:10:21 +0000
commitcc31ff6aa43b6ae19de95886c7646e781a4fa19e (patch)
tree1da45829fccfb37bf767db2cb1d03f5bf5c1ca10 /core/org.eclipse.cdt.core/plugin.xml
parent98e9abbae3d24cd9c32eb002feaad49c5397190b (diff)
downloadorg.eclipse.cdt-cc31ff6aa43b6ae19de95886c7646e781a4fa19e.tar.gz
org.eclipse.cdt-cc31ff6aa43b6ae19de95886c7646e781a4fa19e.tar.xz
org.eclipse.cdt-cc31ff6aa43b6ae19de95886c7646e781a4fa19e.zip
2004-08-27 Alain Magloire
Fix for 72550. * plugin.xml
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 229a780a399..265df537cd7 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -138,10 +138,6 @@
name="%MachOParser.name"
point="org.eclipse.cdt.core.BinaryParser">
<cextension>
- <filter
- name = "visibility"
- value = "private">
- </filter>
<run
class="org.eclipse.cdt.utils.macho.parser.MachOParser">
</run>

Back to the top