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

fixed build

Location:
applications/editors/josm/plugins/globalsat
Files:
2 edited

Legend:

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

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

    r10378 r10410  
    1 <project name="globalsat" default="build" basedir=".">
     1<project name="globalsat" default="dist" basedir=".">
    22
    33        <!-- point to your JOSM directory -->
     
    2424        </target>
    2525
    26         <target name="build" depends="compile">
     26        <target name="dist" depends="compile">
    2727                <unjar dest="build">
    2828                        <fileset refid="RXTX" />
     
    4747        </target>
    4848
    49         <target name="install" depends="build">
     49        <target name="install" depends="dist">
    5050                <copy file="dist/globalsat.jar" todir="${user.home}/.josm/plugins"/>
    5151        </target>
Note: See TracChangeset for help on using the changeset viewer.