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

Last change on this file since 33770 was 32859, checked in by donvip, 8 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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="gen"/>
4 <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
5 <classpathentry kind="src" path="test/unit"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
8 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
9 <classpathentry kind="output" path="build"/>
10</classpath>
Note: See TracBrowser for help on using the repository browser.