source: osm/applications/editors/josm/plugins/mapillary/.project@ 32374

Last change on this file since 32374 was 32340, checked in by floscher, 9 years ago

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 size: 948 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>JOSM-Mapillary</name>
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 <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
11 </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/>
31</projectDescription>
Note: See TracBrowser for help on using the repository browser.