Changeset 35536 in osm for applications/editors
- Timestamp:
- 2020-08-29T21:31:08+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/flatlaf/build.xml
r35482 r35536 2 2 <project name="flatlaf" default="dist" basedir="."> 3 3 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 4 <property name="plugin.main.version" value="1 0580"/>4 <property name="plugin.main.version" value="16974"/> 5 5 6 6 <property name="plugin.author" value="simon04"/> … … 8 8 <property name="plugin.description" value="FlatLaf - Flat Look and Feel"/> 9 9 <property name="plugin.early" value="true" /> 10 <property name="plugin.stage" value="-4" /><!-- very early plugin --> 10 11 <property name="plugin.link" value="https://www.formdev.com/flatlaf/"/> 11 12
Note:
See TracChangeset
for help on using the changeset viewer.