Rev | Line | |
---|
[26413] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <project name="ImportImagePlugin" default="dist" basedir=".">
|
---|
| 3 |
|
---|
[31748] | 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 -->
|
---|
[32680] | 7 | <property name="plugin.main.version" value="10580" />
|
---|
[26413] | 8 |
|
---|
[29028] | 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"/>
|
---|
[31923] | 13 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
|
---|
[31757] | 14 | <property name="plugin.requires" value="log4j;jts;ejml;geotools"/>
|
---|
[31748] | 15 |
|
---|
[29028] | 16 | <!-- ** include targets that all plugins have in common ** -->
|
---|
| 17 | <import file="../build-common.xml"/>
|
---|
[26413] | 18 |
|
---|
[31748] | 19 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
[31746] | 20 | <include name="log4j.jar"/>
|
---|
| 21 | <include name="jts.jar"/>
|
---|
[31757] | 22 | <include name="ejml.jar"/>
|
---|
[31746] | 23 | <include name="geotools.jar"/>
|
---|
| 24 | </fileset>
|
---|
| 25 |
|
---|
[26413] | 26 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.