source: osm/applications/editors/josm/plugins/pbf/.project@ 35432

Last change on this file since 35432 was 34826, checked in by gerdp, 6 years ago

fix #14545 - Open edited pbf file fails (negative IDs)

  • use AbstractReader.buildPrimitive()
  • add unit test
File size: 787 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>JOSM-PBF</name>
4 <comment></comment>
5 <projects>
6 <project>josm</project>
7 </projects>
8 <buildSpec>
9 <buildCommand>
10 <name>org.eclipse.jdt.core.javabuilder</name>
11 <arguments>
12 </arguments>
13 </buildCommand>
14 <buildCommand>
15 <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
16 <arguments>
17 </arguments>
18 </buildCommand>
19 <buildCommand>
20 <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
21 <arguments>
22 </arguments>
23 </buildCommand>
24 </buildSpec>
25 <natures>
26 <nature>org.sonar.ide.eclipse.core.sonarNature</nature>
27 <nature>org.eclipse.jdt.core.javanature</nature>
28 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
29 </natures>
30</projectDescription>
Note: See TracBrowser for help on using the repository browser.