Skip to content
Snippets Groups Projects
.project 1.08 KiB
Newer Older
Christian Wulf's avatar
Christian Wulf committed
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>teetime</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<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>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
Christian Wulf's avatar
Christian Wulf committed
		<buildCommand>
			<name>org.eclipse.m2e.core.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
		<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
Christian Wulf's avatar
Christian Wulf committed
	</natures>
</projectDescription>