Changeset 14378 in josm


Ignore:
Timestamp:
2018-10-28T17:09:16+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #16907 - fix plugin manifest property name mismatch: use Plugin-Minimum-Java-Version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r14232 r14378  
    247247            Logging.warn(tr("Missing plugin main version in plugin {0}", name));
    248248        }
    249         s = attr.getValue("Minimum-Java-Version");
     249        s = attr.getValue("Plugin-Minimum-Java-Version");
    250250        if (s != null) {
    251251            try {
Note: See TracChangeset for help on using the changeset viewer.