Changeset 19542 in josm for trunk/build.xml


Ignore:
Timestamp:
2026-02-27T20:55:26+01:00 (23 hours ago)
Author:
stoecker
Message:

fix old Java related stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19521 r19542  
    656656        </exec>
    657657    </target>
    658     <target name="check-plugins" depends="dist-optimized" description="Check of plugins binary compatibility" unless="isJava21">
    659         <!-- animal_sniffer doesn't support Java 21 yet. The unless statement can be removed after animal_sniffer is updated to 1.24. -->
     658    <target name="check-plugins" depends="dist-optimized" description="Check of plugins binary compatibility">
    660659        <local name="dir"/>
    661660        <local name="plugins"/>
     
    684683        <!-- Download list of plugins -->
    685684        <loadresource property="plugins">
    686             <url url="https://josm.openstreetmap.de/pluginicons?minjava=8&amp;noparams=1"/>
     685            <url url="https://josm.openstreetmap.de/pluginicons?minjava=${java.lang.version}&amp;noparams=1"/>
    687686            <filterchain>
    688687                <linecontainsregexp negate="true">
     
    725724            <path>
    726725                <fileset file="${dist-optimized.jar}"/>
    727                 <fileset dir="${java.home}/jmods" />
     726                <fileset dir="${java.home}/${java.library.dir}"/>
    728727            </path>
    729728        </as:build-signatures>
Note: See TracChangeset for help on using the changeset viewer.