source: osm/applications/editors/josm/plugins/proj4j/build.xml@ 30422

Last change on this file since 30422 was 30417, checked in by donvip, 11 years ago

[josm_proj4j] fix build

  • Property svn:mime-type set to text/xml
File size: 850 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="proj4j" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value="Commit message"/>
5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
6 <property name="plugin.main.version" value="7001"/>
7
8 <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.proj4j.Proj4J"/>
10 <property name="plugin.description" value="adds projections from Proj4J"/>
11 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Proj4J"/>
12 <property name="plugin.early" value="true"/>
13
14 <!-- ** include targets that all plugins have in common ** -->
15 <import file="../build-common.xml"/>
16
17</project>
Note: See TracBrowser for help on using the repository browser.