source: osm/applications/editors/josm/plugins/rasterfilters/build.xml@ 33728

Last change on this file since 33728 was 33585, checked in by donvip, 7 years ago

update to JOSM 12782

File size: 922 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3<project name="rasterfilters" default="dist" basedir=".">
4
5 <!-- ** include targets that all plugins have in common ** -->
6 <import file="../build-common.xml" />
7
8 <!-- enter the SVN commit message -->
9 <property name="commit.message" value="Publishing RasterFilters plugin ver 1.0.1" />
10
11 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
12 <property name="plugin.main.version" value="12782" />
13 <property name="plugin.version" value="1.0.2"/>
14
15 <property name="plugin.icon" value="images/josm_filters_48.png"/>
16 <property name="plugin.author" value="Vadim Varnavsky" />
17 <property name="plugin.class" value="org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin" />
18 <property name="plugin.description" value="The RasterFiltersPlugin allows to choose and apply some images'' filters to some layers" />
19
20</project>
Note: See TracBrowser for help on using the repository browser.