Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3a14a1c214af399d7b69f92ad11629e868ed7ef7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="genmakebuilderV2"
         name="%Makefile.builder.name"
         point="org.eclipse.core.resources.builders">
      <builder
            callOnEmptyDelta="true"
            hasNature="false"
            isConfigurable="true">
         <run
               class="org.eclipse.cdt.internal.autotools.core.AutotoolsConfigurationBuilder">
         </run>
      </builder>
   </extension>

</plugin>

Back to the top