Ignore:
Timestamp:
2009-08-26T13:52:55+02:00 (16 years ago)
Author:
dmuecke
Message:

[o3325] - Minor fix to make plugin compatible with latest JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/wmsplugin/build.xml ΒΆ

    r17277 r17278  
    2626-->
    2727<project name="wmsplugin" default="dist" basedir=".">
    28     <property name="josm"                   location="../JOSM/dist/josm-custom.jar"/>
    29     <property name="plugin.dist.dir"        value="dist"/>
     28    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     29    <property name="plugin.dist.dir"        value="../../dist"/>
    3030    <property name="plugin.build.dir"       value="build"/>
    3131    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note: See TracChangeset for help on using the changeset viewer.