Ignore:
Timestamp:
2008-09-02T19:11:32+02:00 (16 years ago)
Author:
stoecker
Message:

fixed build

Location:
applications/editors/josm/plugins/measurement
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/measurement

    • Property svn:ignore set to
      build
  • applications/editors/josm/plugins/measurement/build.xml

    r10379 r10410  
    1 <project name="measurement" default="build" basedir=".">
     1<project name="measurement" default="dist" basedir=".">
    22
    33        <!-- point to your JOSM directory -->
    4         <property name="josm" location="../../../core/dist/josm-custom.jar" />
     4        <property name="josm" location="../../core/dist/josm-custom.jar" />
    55
    66
     
    1616        </target>
    1717
    18         <target name="build" depends="compile">
     18        <target name="dist" depends="compile">
    1919                <copy todir="build/images" >
    2020                        <fileset dir="images" />
     
    3636        </target>
    3737
    38         <target name="install" depends="build">
     38        <target name="install" depends="dist">
    3939                <copy file="dist/measurement.jar" todir="${user.home}/.josm/plugins"/>
    4040        </target>
Note: See TracChangeset for help on using the changeset viewer.