Ignore:
Timestamp:
2016-02-11T23:17:10+01:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Analyze code with PMD in Eclipse and in Gradle builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.project

    r31798 r32063  
    22<projectDescription>
    33        <name>JOSM-Mapillary</name>
    4         <comment></comment>
    5         <projects>
    6         </projects>
     4        <comment>Allows the user to work with pictures hosted at mapillary.com</comment>
     5        <projects/>
     6        <natures>
     7                <nature>org.eclipse.jdt.core.javanature</nature>
     8                <nature>org.sonarlint.eclipse.core.sonarlintNature</nature>
     9                <nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
     10        </natures>
    711        <buildSpec>
    812                <buildCommand>
    913                        <name>org.eclipse.jdt.core.javabuilder</name>
    10                         <arguments>
    11                         </arguments>
     14                        <arguments/>
     15                </buildCommand>
     16                <buildCommand>
     17                        <name>ch.acanda.eclipse.pmd.builder.PMDBuilder</name>
     18                        <arguments/>
    1219                </buildCommand>
    1320        </buildSpec>
    14         <natures>
    15                 <nature>org.eclipse.jdt.core.javanature</nature>
    16                 <nature>org.sonarlint.eclipse.core.sonarlintNature</nature>
    17         </natures>
     21        <linkedResources/>
    1822</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.