Ignore:
Timestamp:
2016-06-20T17:21:18+02:00 (10 years ago)
Author:
floscher
Message:

Tweak settings for Eclipse and IntelliJ idea

  • put code style settings for IntelliJ under version control
  • set target platform to 1.8 in Eclipse
  • add Gradle nature to Eclipse project
File:
1 edited

Legend:

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

    r32286 r32340  
    33        <name>JOSM-Mapillary</name>
    44        <comment>Allows the user to work with pictures hosted at mapillary.com</comment>
    5         <projects>
    6         </projects>
    7         <buildSpec>
    8                 <buildCommand>
    9                         <name>org.eclipse.jdt.core.javabuilder</name>
    10                         <arguments>
    11                         </arguments>
    12                 </buildCommand>
    13                 <buildCommand>
    14                         <name>ch.acanda.eclipse.pmd.builder.PMDBuilder</name>
    15                         <arguments>
    16                         </arguments>
    17                 </buildCommand>
    18                 <buildCommand>
    19                         <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
    20                         <arguments>
    21                         </arguments>
    22                 </buildCommand>
    23         </buildSpec>
     5        <projects/>
    246        <natures>
    257                <nature>org.eclipse.jdt.core.javanature</nature>
    268                <nature>org.sonarlint.eclipse.core.sonarlintNature</nature>
    279                <nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
     10                <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
    2811        </natures>
     12        <buildSpec>
     13                <buildCommand>
     14                        <name>org.eclipse.jdt.core.javabuilder</name>
     15                        <arguments/>
     16                </buildCommand>
     17                <buildCommand>
     18                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
     19                        <arguments/>
     20                </buildCommand>
     21                <buildCommand>
     22                        <name>ch.acanda.eclipse.pmd.builder.PMDBuilder</name>
     23                        <arguments/>
     24                </buildCommand>
     25                <buildCommand>
     26                        <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
     27                        <arguments/>
     28                </buildCommand>
     29        </buildSpec>
     30        <linkedResources/>
    2931</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.