Skip to content
Snippets Groups Projects
.project 1.23 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
    	<name>MercurialEclipseMaven-plugin</name>
    	<comment></comment>
    	<projects>
    	</projects>
    	<buildSpec>
    		<buildCommand>
    			<name>org.eclipse.jdt.core.javabuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    		<buildCommand>
    			<name>org.eclipse.pde.ManifestBuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    		<buildCommand>
    			<name>org.eclipse.pde.SchemaBuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    
    Makki Messer's avatar
    Makki Messer committed
    		<buildCommand>
    			<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    		<buildCommand>
    			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    		<buildCommand>
    			<name>org.eclipse.m2e.core.maven2Builder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    
    	</buildSpec>
    	<natures>
    		<nature>org.eclipse.pde.PluginNature</nature>
    		<nature>org.eclipse.jdt.core.javanature</nature>
    
    Makki Messer's avatar
    Makki Messer committed
    		<nature>org.eclipse.m2e.core.maven2Nature</nature>
    		<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
    		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
    
    	</natures>
    </projectDescription>