Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 20ce26667b497bdac6d6aae251425771216b9aec (plain) (tree)
1
2
3
4
5
6
7
8
9



                                      
                                                         



                                                                              
                                                    



                            
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.ide.projectConfigurators">
      <projectConfigurator
            class="org.eclipse.m2e.importer.internal.MavenProjectConfigurator"
            label="Maven">
         <activeWhen>
            <hasFileRecursively filename="pom.xml"/>
         </activeWhen>
      </projectConfigurator>
   </extension>
</plugin>

Back to the top