source: osm/applications/editors/josm/plugins/pbf/.classpath@ 33360

Last change on this file since 33360 was 32859, checked in by donvip, 9 years ago

fix #josm10132 - IndexOutOfBoundsException while reading PBF without metadata (based on patch by Gerd Petermann) + add unit tests, checkstyle, sonar fixes

File size: 574 bytes
RevLine 
[26961]1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="gen"/>
[30656]4 <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
[32859]5 <classpathentry kind="src" path="test/unit"/>
[32680]6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
[26961]7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
[32859]8 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
[26961]9 <classpathentry kind="output" path="build"/>
10</classpath>
Note: See TracBrowser for help on using the repository browser.