Ignore:
Timestamp:
2016-07-02T04:05:08+02:00 (8 years ago)
Author:
donvip
Message:

checkstyle

Location:
applications/editors/josm/plugins/gson
Files:
1 added
2 edited

Legend:

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

    r32286 r32531  
    1616                        </arguments>
    1717                </buildCommand>
     18                <buildCommand>
     19                        <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
     20                        <arguments>
     21                        </arguments>
     22                </buildCommand>
    1823        </buildSpec>
    1924        <natures>
    2025                <nature>org.sonar.ide.eclipse.core.sonarNature</nature>
    2126                <nature>org.eclipse.jdt.core.javanature</nature>
     27                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
    2228        </natures>
    2329</projectDescription>
  • applications/editors/josm/plugins/gson/src/org/openstreetmap/josm/plugins/gson/GsonPlugin.java

    r31769 r32531  
    1 // License: GPL. Copyright 2015 Don-vip
     1// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.plugins.gson;
    33
Note: See TracChangeset for help on using the changeset viewer.