Changeset 31748 in osm for applications/editors
- Timestamp:
- 2015-11-15T15:27:19+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r31746 r31748 2 2 <project name="ImportImagePlugin" default="dist" basedir="."> 3 3 4 5 6 7 4 <!-- enter the SVN commit message --> 5 <property name="commit.message" value="use consistent plugin name (don't mix up the words)" /> 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="7817" /> 8 8 9 9 <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/> … … 13 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 14 14 <property name="plugin.requires" value="log4j;jts;geotools"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> 17 17 <import file="../build-common.xml"/> 18 18 19 19 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 20 <include name="log4j.jar"/> 21 21 <include name="jts.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.