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:
parent
c634df9bdb
commit
e68659eac5
2 changed files with 12 additions and 0 deletions
|
@ -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
|
2004-09-03 Alain Magloire
|
||||||
|
|
||||||
Add the BinaryModule to the info.
|
Add the BinaryModule to the info.
|
||||||
|
|
|
@ -439,4 +439,11 @@
|
||||||
</super>
|
</super>
|
||||||
</extension>
|
</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>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue