Changeset 36180 in osm for applications/editors
- Timestamp:
- 2023-10-24T21:05:53+02:00 (13 months ago)
- Location:
- applications/editors/josm/plugins/imageio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imageio/build.xml
r36093 r36180 7 7 <property name="commit.message" value="Commit message"/> 8 8 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 9 <property name="plugin.main.version" value="18 464"/>9 <property name="plugin.main.version" value="18877"/> 10 10 11 11 <property name="plugin.author" value="Taylor Smock"/> -
applications/editors/josm/plugins/imageio/src/main/java/org/openstreetmap/josm/plugins/imageio/Artifact.java
r36093 r36180 5 5 import org.openstreetmap.josm.spi.preferences.Config; 6 6 7 import ja vax.annotation.Nullable;7 import jakarta.annotation.Nullable; 8 8 9 9 /**
Note:
See TracChangeset
for help on using the changeset viewer.