Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d1d0b96e0689da3101f56679ca235b25e06499be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.e4.ui.importer.projectConfigurators">
      <projectConfigurator
            class="org.eclipse.m2e.importer.internal.MavenProjectConfigurator"
            label="Maven">
         <activeWhen>
            <hasFile
                  path="pom.xml">
            </hasFile>
         </activeWhen>
      </projectConfigurator>
   </extension>
</plugin>

Back to the top