Changeset 18819 in josm for trunk/build.xml


Ignore:
Timestamp:
2023-08-23T13:53:32+02:00 (3 years ago)
Author:
taylor.smock
Message:

See #22652, r18817: Stop parsing gpx files when point elements have invalid coordinates

This adds back the wpt check that was temporarily removed in r18818 to get back
to the previous "known good" state and additionally adds checks for rtept and
trkpt elements.

This also removes a change to build.xml that was accidentally committed in r18818.
The specific change (adding Automatic-Module-Name to the JOSM manifest) will
probably be done in a separate commit in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r18818 r18819  
    188188                <!-- Indicate that this jar may have version specific classes. Only used in Java9+. -->
    189189                <attribute name="Multi-Release" value="true"/>
    190                 <attribute name="Automatic-Module-Name" value="org.openstreetmap.josm"/>
    191190            </manifest>
    192191        </jar>
Note: See TracChangeset for help on using the changeset viewer.