Ignore:
Timestamp:
2012-01-01T16:57:48+01:00 (13 years ago)
Author:
malcolmh
Message:

'New release'

File:
1 edited

Legend:

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

    r27377 r27379  
    3737    <property name="plugin.build.dir" value="build"/>
    3838    <property name="plugin.src.dir" value="src"/>
     39    <property name="smed.dist.dir" value="dist/"/>
     40    <property name="smed_core.dist.dir" value="core/dist/"/>
    3941    <!-- this is the directory where the plugin jar is copied to -->
    4042    <property name="plugin.dist.dir" value="../../dist"/>
     
    147149            </and>
    148150        </condition>
     151        <delete dir="${josm.plugins.dir}/splug"/>
    149152        <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
    150153    </target>
Note: See TracChangeset for help on using the changeset viewer.