Ignore:
Timestamp:
2010-10-24T12:07:48+02:00 (14 years ago)
Author:
oliverw
Message:

Fixed path to JOSM core in build.xml.

File:
1 edited

Legend:

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

    r23786 r23803  
    2626      ** should not be necessary to change the following properties
    2727     -->
    28     <property name="josm_unstable"          location="../../core/dist/josm-custom.jar"/>
    29         <property name="josm"                   location="lib/josm-tested.jar"/>
     28    <property name="josm"          location="../../core/dist/josm-custom.jar"/>
     29        <property name="josm_stable"   location="../../core/dist/3529/josm-tested.jar"/>
    3030    <property name="plugin.build.dir"       value="build"/>
    3131    <property name="plugin.src.dir"         value="src"/>
Note: See TracChangeset for help on using the changeset viewer.