Changeset 31748 in osm for applications/editors


Ignore:
Timestamp:
2015-11-15T15:27:19+01:00 (9 years ago)
Author:
donvip
Message:

[josm_importimageplugin] replace tabs by spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r31746 r31748  
    22<project name="ImportImagePlugin" default="dist" basedir=".">
    33
    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" />
     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" />
    88
    99    <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/>
     
    1313    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
    1414    <property name="plugin.requires" value="log4j;jts;geotools"/>
    15        
     15   
    1616    <!-- ** include targets that all plugins have in common ** -->
    1717    <import file="../build-common.xml"/>
    1818
    19         <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     19    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    2020        <include name="log4j.jar"/>
    2121        <include name="jts.jar"/>
Note: See TracChangeset for help on using the changeset viewer.