Changeset 35536 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-08-29T21:31:08+02:00 (4 years ago)
Author:
simon04
Message:

see #19027 - Specify negative plugin.stage for very early loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/flatlaf/build.xml

    r35482 r35536  
    22<project name="flatlaf" default="dist" basedir=".">
    33    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    4     <property name="plugin.main.version" value="10580"/>
     4    <property name="plugin.main.version" value="16974"/>
    55
    66    <property name="plugin.author" value="simon04"/>
     
    88    <property name="plugin.description" value="FlatLaf - Flat Look and Feel"/>
    99    <property name="plugin.early" value="true" />
     10    <property name="plugin.stage" value="-4" /><!-- very early plugin -->
    1011    <property name="plugin.link" value="https://www.formdev.com/flatlaf/"/>
    1112
Note: See TracChangeset for help on using the changeset viewer.