Changeset 3800 in osm


Ignore:
Timestamp:
2007-07-27T11:19:59+02:00 (18 years ago)
Author:
ulf
Message:

rename build target in tways from jar to build

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

Legend:

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

    r3792 r3800  
    3636                <ant dir="surveyor" antfile="build.xml" target="dist"/>
    3737                <ant dir="tagging-preset-tester" antfile="build.xml" target="build"/>
    38                 <ant dir="tways" antfile="build.xml" target="jar"/>
     38                <ant dir="tways" antfile="build.xml" target="build"/>
    3939                <ant dir="validator" antfile="build.xml" target="build"/>
    4040                <ant dir="waypoints" antfile="build.xml" target="build"/>
  • applications/editors/josm/plugins/tways/build.xml

    r2856 r3800  
    1010  </target>
    1111
    12   <target name="jar" depends="compile">
     12  <target name="build" depends="compile">
    1313    <jar destfile="tways.jar" basedir="build">
    1414      <manifest>
     
    2626  </target>
    2727
    28   <target name="install" depends="jar">
     28  <target name="install" depends="build">
    2929    <copy file="tways.jar" todir="${user.home}/.josm/plugins"/>
    3030  </target>
Note: See TracChangeset for help on using the changeset viewer.