|
Last change
on this file since 32306 was 32287, checked in by donvip, 9 years ago |
|
update plugins to JOSM 10407
|
-
Property svn:mime-type
set to
text/xml
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <project name="ImportImagePlugin" default="dist" basedir=".">
|
|---|
| 3 |
|
|---|
| 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="10407" />
|
|---|
| 8 |
|
|---|
| 9 | <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/>
|
|---|
| 10 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.ImportImagePlugin.ImportImagePlugin"/>
|
|---|
| 11 | <property name="plugin.description" value="Plugin for importing spatial referenced images"/>
|
|---|
| 12 | <property name="plugin.icon" value="images/layericon.png"/>
|
|---|
| 13 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
|
|---|
| 14 | <property name="plugin.requires" value="log4j;jts;ejml;geotools"/>
|
|---|
| 15 |
|
|---|
| 16 | <!-- ** include targets that all plugins have in common ** -->
|
|---|
| 17 | <import file="../build-common.xml"/>
|
|---|
| 18 |
|
|---|
| 19 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
|---|
| 20 | <include name="log4j.jar"/>
|
|---|
| 21 | <include name="jts.jar"/>
|
|---|
| 22 | <include name="ejml.jar"/>
|
|---|
| 23 | <include name="geotools.jar"/>
|
|---|
| 24 | </fileset>
|
|---|
| 25 |
|
|---|
| 26 | </project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.