source: osm/applications/editors/josm/plugins/pt_assistant/.classpath@ 33571

Last change on this file since 33571 was 33412, checked in by donvip, 7 years ago

see #josm14933 - fix unit tests in Eclipse

File size: 617 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry including="GPL-v2.0.txt|GPL-v3.0.txt|LICENSE|README|data/|images/|resources/" kind="src" path=""/>
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 kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
9 <classpathentry kind="output" path="build"/>
10</classpath>
Note: See TracBrowser for help on using the repository browser.