Ignore:
Timestamp:
2024-10-23T15:12:55+02:00 (3 months ago)
Author:
taylor.smock
Message:

Drop most ivy files

This is mostly to ensure there is one place for dependency updates to occur, not
two.

lwjgl and geotools did not have their ivy files dropped, since there was a diff
between ivy and maven dependency builds. This is most likely due to dependency
exclusions. The geotools pom.xml now has all the exclusions from the ivy.xml file
now.

jts also had a diff between ivy and maven dependency builds, but the missing
files were test files (specifically, *Test.class) and test related files.

This additionally bumps the minimum JOSM version for everything that had an
ivy.xml file to r19044 for rebuild purposes (r19044 is Java 11+ only).

Location:
applications/editors/josm/plugins/pdfimport
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/build.xml

    r35494 r36348  
    44    <property name="commit.message" value="bug fix"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="14153"/>
     6    <property name="plugin.main.version" value="19044"/>
    77        <property name="plugin.canloadatruntime" value="true"/>   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/pom.xml

    r36325 r36348  
    1818        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1919        <plugin.src.dir>src</plugin.src.dir>
    20         <plugin.main.version>14153</plugin.main.version>
     20        <plugin.main.version>19044</plugin.main.version>
    2121        <plugin.canloadatruntime>true</plugin.canloadatruntime>   
    2222        <plugin.author>extropy</plugin.author>
Note: See TracChangeset for help on using the changeset viewer.