Skip to content

Commit

Permalink
see #19027 - Specify negative plugin.stage for very early loading
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Aug 29, 2020
1 parent 1c9ebbd commit 1e7bbb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flatlaf/build.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="flatlaf" default="dist" basedir=".">
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="10580"/>
<property name="plugin.main.version" value="16974"/>

<property name="plugin.author" value="simon04"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.flatlaf.FlatLafPlugin"/>
<property name="plugin.description" value="FlatLaf - Flat Look and Feel"/>
<property name="plugin.early" value="true" />
<property name="plugin.stage" value="-4" /><!-- very early plugin -->
<property name="plugin.link" value="https://www.formdev.com/flatlaf/"/>

<!-- ** include targets that all plugins have in common ** -->
Expand Down

0 comments on commit 1e7bbb8

Please sign in to comment.