<?xml version="1.0" encoding="utf-8"?>
<project name="plastic_laf" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="10580"/>
	
	<!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
	<property name="plugin.author" value="Imi, Don-vip" />
	<property name="plugin.class" value="org.openstreetmap.josm.plugins.plasticlaf.PlasticLafPlugin" />
	<property name="plugin.description" value="The great JGoodies Plastic Look and Feel." />
	<!--<property name="plugin.icon" value="" />-->
	<property name="plugin.early" value="true" />
	<property name="plugin.link" value="http://www.jgoodies.com/freeware/libraries/looks"/>

	<property name="josm" location="../../core/dist/josm-custom.jar" />
	<property name="plugin.dist.dir" value="../../dist" />

	<!-- ** include targets that all plugins have in common ** -->
	<import file="../build-common.xml" />
</project>
