Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 44d67046d7aeb467dfa3ed7b557fa9dcb7865109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.cdt.ui.newToolChainWizards">
      <wizard
            class="org.eclipse.cdt.build.gcc.ui.internal.NewGCCToolChainWizard"
            name="GCC or Compatible ToolChain"
            providerId="org.eclipse.cdt.build.gcc.core.provider.user">
      </wizard>
   </extension>

</plugin>

Back to the top