Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-05-25 19:04:15 +0000
committerDavid Inglis2004-05-25 19:04:15 +0000
commit5c53f6d92032de8f3d2c8cf4c29f3ff2cf6ae337 (patch)
treee7c061e83640b60a2750eb12be09d93d691b4f59 /build/org.eclipse.cdt.make.core/plugin.xml
parent972ac277a0d569b4b39d4246e9e2bd8935f72466 (diff)
downloadorg.eclipse.cdt-5c53f6d92032de8f3d2c8cf4c29f3ff2cf6ae337.tar.gz
org.eclipse.cdt-5c53f6d92032de8f3d2c8cf4c29f3ff2cf6ae337.tar.xz
org.eclipse.cdt-5c53f6d92032de8f3d2c8cf4c29f3ff2cf6ae337.zip
new Discovery paths using path container
enabled standard include/symbol properties page
Diffstat (limited to 'build/org.eclipse.cdt.make.core/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.make.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.make.core/plugin.xml b/build/org.eclipse.cdt.make.core/plugin.xml
index 42c7d7129f5..41fe367bf82 100644
--- a/build/org.eclipse.cdt.make.core/plugin.xml
+++ b/build/org.eclipse.cdt.make.core/plugin.xml
@@ -151,5 +151,12 @@
</run>
</cextension>
</extension>
+ <extension
+ point="org.eclipse.cdt.core.PathEntryContainerInitializer">
+ <pathEntryContainerInitializer
+ class="org.eclipse.cdt.make.internal.core.scannerconfig.DiscoverdPathInitializer"
+ id="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO">
+ </pathEntryContainerInitializer>
+ </extension>
</plugin>

Back to the top