source: osm/applications/editors/josm/plugins/mapillary/.classpath@ 31311

Last change on this file since 31311 was 31311, checked in by nokutu, 9 years ago

Started adding test, solved bug regarding image inputs and a start crash

File size: 618 bytes
RevLine 
[31245]1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
[31311]4 <classpathentry kind="src" path="test/unit"/>
[31245]5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM-commons-imaging"/>
8 <classpathentry exported="true" kind="lib" path="/home/nokutu/josm/dist/commons-imaging.jar"/>
[31311]9 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
[31245]10 <classpathentry kind="output" path="bin"/>
11</classpath>
Note: See TracBrowser for help on using the repository browser.