Ignore:
Timestamp:
2010-12-11T11:55:15+01:00 (14 years ago)
Author:
jttt
Message:

Fix build

File:
1 edited

Legend:

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

    r24515 r24696  
    55        <property name="commit.message" value="MapDust bug reporter plugin" />
    66        <property name="plugin.main.version" value="3592" />
    7         <property name="josm.dir" value="../../core/dist/" />
    87        <property name="plugin.build.dir" value="build/classes" />
    98        <property name="apidoc.dir" value="build/doc" />
     
    1817        <path id="classpath">
    1918                <fileset dir="${plugin.lib.dir}" includes="**/*.jar" />
    20                 <fileset dir="${josm.dir}" includes="josm-custom.jar" />
     19                <pathelement path="${josm}"/>
    2120        </path>
    2221
Note: See TracChangeset for help on using the changeset viewer.