Changeset 8656 in josm for trunk/.project


Ignore:
Timestamp:
2015-08-09T23:30:52+02:00 (9 years ago)
Author:
Don-vip
Message:

enable Findbugs in Eclipse project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.project

    r8508 r8656  
    3131                        </arguments>
    3232                </buildCommand>
     33                <buildCommand>
     34                        <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
     35                        <arguments>
     36                        </arguments>
     37                </buildCommand>
    3338        </buildSpec>
    3439        <natures>
     
    3843                <nature>sf.eclipse.javacc.javaccnature</nature>
    3944                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     45                <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
    4046        </natures>
    4147</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.