Changeset 35576 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-10-11T23:37:43+02:00 (4 years ago)
Author:
Don-vip
Message:

fix ​#josm19385 - pdfimport: resolve libs using Ivy

Location:
applications/editors/josm/plugins/pdfimport
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/.classpath

    r34609 r35576  
    1010        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1111        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    12         <classpathentry kind="lib" path="lib/fontbox-1.8.12.jar"/>
    13         <classpathentry kind="lib" path="lib/jempbox-1.8.12.jar"/>
    14         <classpathentry kind="lib" path="lib/pdfbox-1.8.12.jar" sourcepath="C:/Users/vippy/.m2/repository/org/apache/pdfbox/pdfbox/1.8.12/pdfbox-1.8.12-sources.jar"/>
    1512        <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=*"/>
    1614        <classpathentry kind="output" path="bin"/>
    1715</classpath>
  • applications/editors/josm/plugins/pdfimport/.project

    r32542 r35576  
    2525                <nature>org.eclipse.jdt.core.javanature</nature>
    2626                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     27                <nature>org.apache.ivyde.eclipse.ivynature</nature>
    2728        </natures>
    2829</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.