Ignore:
Timestamp:
2011-01-01T19:25:53+01:00 (14 years ago)
Author:
jttt
Message:

Fix build (now it should work for both building mapdust directly and building all plugins)

File:
1 edited

Legend:

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

    r24781 r24930  
    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/" />
     7        <property name="josm" location="../../core/dist/josm-custom.jar"/>
    88        <property name="plugin.build.dir" value="build/classes" />
    99        <property name="apidoc.dir" value="build/doc" />
     
    1818        <path id="classpath">
    1919                <fileset dir="${plugin.lib.dir}" includes="**/*.jar" />
    20                 <fileset dir="${josm.dir}" includes="josm-custom.jar" />
     20                <pathelement path="${josm}"/>
    2121        </path>
    2222
Note: See TracChangeset for help on using the changeset viewer.