Changeset 35633 in osm


Ignore:
Timestamp:
2020-10-30T09:27:57+01:00 (3 years ago)
Author:
GerdP
Message:

see #19972: Resolve libs using Ivy

  • update eclipse files (hope I got it right)
Location:
applications/editors/josm/plugins/pbf
Files:
2 edited

Legend:

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

    r34540 r35633  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry kind="src" path="gen"/>
    4         <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
     3        <classpathentry kind="src" path="src"/>
    54        <classpathentry kind="src" output="buildtest" path="test/unit">
    65                <attributes>
     
    1211        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    1312        <classpathentry kind="output" path="build"/>
     13        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=pbf&amp;ivyXmlPath=ivy.xml&amp;confs=*&amp;ivySettingsPath=ivy_settings.xml&amp;loadSettingsOnDemand=false&amp;ivyUserDir=&amp;propertyFiles="/>
    1414</classpath>
  • applications/editors/josm/plugins/pbf/.project

    r34826 r35633  
    2727                <nature>org.eclipse.jdt.core.javanature</nature>
    2828                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     29                <nature>org.apache.ivyde.eclipse.ivynature</nature>
    2930        </natures>
    3031</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.