~openstreetmap/josm/josm_osm

« back to all changes in this revision

Viewing changes to plugins/imageio/build.xml

  • Committer: taylor.smock
  • Date: 2023-10-24 19:05:53 UTC
  • Revision ID: svn-v4:b9d5c4c9-76e1-0310-9c85-f3177eceb1e4:applications/editors/josm:36180
See #23220: Use jakarta.annotation instead of javax.annotation (JSR305)

Some lint issues were also fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <!-- enter the SVN commit message -->
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="18464"/>
 
9
    <property name="plugin.main.version" value="18877"/>
10
10
 
11
11
    <property name="plugin.author" value="Taylor Smock"/>
12
12
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.imageio.ImageIOPlugin"/>