Changeset 19542 in josm
- Timestamp:
- 2026-02-27T20:55:26+01:00 (8 hours ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r19521 r19542 656 656 </exec> 657 657 </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"> 660 659 <local name="dir"/> 661 660 <local name="plugins"/> … … 684 683 <!-- Download list of plugins --> 685 684 <loadresource property="plugins"> 686 <url url="https://josm.openstreetmap.de/pluginicons?minjava= 8&noparams=1"/>685 <url url="https://josm.openstreetmap.de/pluginicons?minjava=${java.lang.version}&noparams=1"/> 687 686 <filterchain> 688 687 <linecontainsregexp negate="true"> … … 725 724 <path> 726 725 <fileset file="${dist-optimized.jar}"/> 727 <fileset dir="${java.home}/ jmods"/>726 <fileset dir="${java.home}/${java.library.dir}"/> 728 727 </path> 729 728 </as:build-signatures>
Note:
See TracChangeset
for help on using the changeset viewer.
