Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6536166c8cf660c597528df6581ce265da30c3eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.m2e.core.projectConfigurators">
      <configurator
            class="org.sonatype.m2e.antlr.internal.AntlrProjectConfigurator"
            id="org.sonatype.m2e.antlr.antlrConfigurator"
            name="ANTLR Project Configurator">
      </configurator>
   </extension>
   <extension
         point="org.eclipse.m2e.core.lifecycleMappingMetadataSource">
   </extension>
</plugin>

Back to the top