Changeset 27968 in osm


Ignore:
Timestamp:
2012-03-01T21:39:04+01:00 (12 years ago)
Author:
jttt
Message:

Fix build

File:
1 edited

Legend:

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

    r27960 r27968  
    3131    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3232    <property name="plugin.main.version" value="4980"/>
    33     <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>
    3433
    3534    <!--
     
    3938    -->
    4039    <import file="../build-common.xml"/>
     40
     41    <!-- Needs to be used after import, otherwise ${plugin.dist.dir} is not defined -->
     42    <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>   
    4143
    4244    <!--
Note: See TracChangeset for help on using the changeset viewer.