source: osm/applications/editors/josm/plugins/importvec/build.xml@ 29744

Last change on this file since 29744 was 29642, checked in by donvip, 11 years ago

[josm_importvec] cleanup project, add new property to make svgsalamander verbose

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 846 bytes
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[23707]2<project name="importvec" default="dist" basedir=".">
[23263]3 <!-- enter the SVN commit message -->
[26174]4 <property name="commit.message" value="Commit message"/>
[23263]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[28891]6 <property name="plugin.main.version" value="5554"/>
[29642]7
8 <property name="plugin.author" value="Upliner"/>
9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.importvec.ImportVecPlugin"/>
10 <property name="plugin.description" value="Import vector graphics (SVG)"/>
11 <!-- <property name="plugin.icon" value=""/> -->
12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/>
13
14 <!-- ** include targets that all plugins have in common ** -->
15 <import file="../build-common.xml"/>
[20480]16</project>
Note: See TracBrowser for help on using the repository browser.