source: osm/applications/editors/josm/plugins/colorscheme/build.xml@ 29435

Last change on this file since 29435 was 29435, checked in by stoecker, 11 years ago

i18n update

  • Property svn:mime-type set to text/xml
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3** This is a template build file for a JOSM plugin.
4**
5** Maintaining versions
6** ====================
7** See README.template
8**
9** Usage
10** =====
11** Call "ant help" to get possible build targets.
12**
13-->
14<project name="colorscheme" default="dist" basedir=".">
15
16 <!-- enter the SVN commit message -->
17 <property name="commit.message" value="Uses new constructor for Plugin"/>
18 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
19 <property name="plugin.main.version" value="5631"/>
20
21 <property name="plugin.author" value="Christof Dallermassl"/>
22 <property name="plugin.class" value="at.dallermassl.josm.plugin.colorscheme.ColorSchemePlugin"/>
23 <property name="plugin.description" value="Allows the user to create different color schemes and to switch between them. Just change the colors and create a new scheme. Used to switch to a white background with matching colors for better visibility in bright sunlight. See dialog in display preferences."/>
24
25 <!-- ** include targets that all plugins have in common ** -->
26 <import file="../build-common.xml"/>
27
28</project>
Note: See TracBrowser for help on using the repository browser.