Ignore:
Timestamp:
2010-01-14T22:04:42+01:00 (15 years ago)
Author:
guggis
Message:

'Added haiti imagery tile source'

File:
1 edited

Legend:

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

    r19477 r19521  
    2727<project name="slippymap" default="dist" basedir=".">
    2828
    29         <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
     29        <property name="commit.message" value="Added haiti imagery tile source" />
    3030        <property name="plugin.main.version" value="2830" />
    3131
     
    183183        <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
    184184        </target>
     185       
     186        <target name="dev-install">
     187                <copy file="${plugin.jar}" todir="c:/data/projekte/osm/josm-dev/plugins" />
     188        </target>
    185189</project>
Note: See TracChangeset for help on using the changeset viewer.