source: osm/applications/editors/josm/plugins/flatlaf/build.xml@ 35535

Last change on this file since 35535 was 35482, checked in by simon04, 4 years ago

see #josm19027 - Add flatlaf plugin

File size: 773 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="flatlaf" default="dist" basedir=".">
3 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
4 <property name="plugin.main.version" value="10580"/>
5
6 <property name="plugin.author" value="simon04"/>
7 <property name="plugin.class" value="org.openstreetmap.josm.plugins.flatlaf.FlatLafPlugin"/>
8 <property name="plugin.description" value="FlatLaf - Flat Look and Feel"/>
9 <property name="plugin.early" value="true" />
10 <property name="plugin.link" value="https://www.formdev.com/flatlaf/"/>
11
12 <!-- ** include targets that all plugins have in common ** -->
13 <import file="../build-common.xml"/>
14 <target name="pre-compile" depends="fetch_dependencies"/>
15
16</project>
Note: See TracBrowser for help on using the repository browser.