1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

2004-09-03 Alain Magloire

Provide the extension for the Core Plugin Preference Initializer.
	* plugin.xml
This commit is contained in:
Alain Magloire 2004-09-03 21:45:25 +00:00
parent c634df9bdb
commit e68659eac5
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-09-03 Alain Magloire
Provide the extension for the Core Plugin Preference Initializer.
* plugin.xml
2004-09-03 Alain Magloire
Add the BinaryModule to the info.

View file

@ -439,4 +439,11 @@
</super>
</extension>
<!-- =================================================================================== -->
<!-- Initialize the preference for the Core Plugin -->
<!-- =================================================================================== -->
<extension point="org.eclipse.core.runtime.preferences">
<initializer class="org.eclipse.cdt.internal.core.CCorePreferenceInitializer"/>
</extension>
</plugin>