source: osm/applications/editors/josm/plugins/pdfimport/.classpath@ 36205

Last change on this file since 36205 was 35576, checked in by Don-vip, 4 years ago

fix ​#josm19385 - pdfimport: resolve libs using Ivy

File size: 807 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="resources"/>
5 <classpathentry kind="src" output="bintest" path="test/unit">
6 <attributes>
7 <attribute name="test" value="true"/>
8 </attributes>
9 </classpathentry>
10 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
11 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
12 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
13 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-pdfimport&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
14 <classpathentry kind="output" path="bin"/>
15</classpath>
Note: See TracBrowser for help on using the repository browser.