Ignore:
Timestamp:
2009-01-01T19:01:14+01:00 (16 years ago)
Author:
stoecker
Message:

removed last references to local dist

File:
1 edited

Legend:

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

    r12780 r12781  
    1010<!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
    1111    <property name="josm" location="../../core/dist/josm-custom.jar" />
    12 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
    1312<!-- target directory to place the plugin in -->
    1413<!-- Windows has a different home directory scheme then unix/linux -->
     
    2019    <target name="init">
    2120        <mkdir dir="build"></mkdir>
    22         <mkdir dir="dist"></mkdir>
    2321    </target>
    2422    <target name="compile" depends="init">
Note: See TracChangeset for help on using the changeset viewer.