Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2013-03-12 07:25:08 +0000
committerMikaël Barbero2013-03-12 07:25:08 +0000
commit9f8a6b483e76746bd8f22ef6cc8f0100166faa17 (patch)
treec6ad031e81d60fef67de46c8becc0be2ef9b083a /plugins/org.eclipse.emf.compare.ide/.project
parent96b1006b3c9ca1da1a4181a28618058e52c9a582 (diff)
downloadorg.eclipse.emf.compare-9f8a6b483e76746bd8f22ef6cc8f0100166faa17.tar.gz
org.eclipse.emf.compare-9f8a6b483e76746bd8f22ef6cc8f0100166faa17.tar.xz
org.eclipse.emf.compare-9f8a6b483e76746bd8f22ef6cc8f0100166faa17.zip
checkstyle and findbugs
re-activate checkstyle on some projects add findbugs configuration to some projects
Diffstat (limited to 'plugins/org.eclipse.emf.compare.ide/.project')
-rw-r--r--plugins/org.eclipse.emf.compare.ide/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.ide/.project b/plugins/org.eclipse.emf.compare.ide/.project
index 5b683d69b..871532869 100644
--- a/plugins/org.eclipse.emf.compare.ide/.project
+++ b/plugins/org.eclipse.emf.compare.ide/.project
@@ -30,11 +30,17 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
</natures>
</projectDescription>

Back to the top