Ignore:
Timestamp:
2009-12-05T16:10:42+01:00 (15 years ago)
Author:
stoecker
Message:

updated utilsplugin

Location:
applications/editors/josm/plugins
Files:
1 deleted
1 edited

Legend:

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

    r18942 r18960  
    77    <target name="dist" depends="compile">
    88        <mkdir dir="../dist"/>
     9        <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
    910        <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
    1011        <ant antfile="build.xml" target="dist" dir="colorscheme"/>
     
    3738        <ant antfile="build.xml" target="dist" dir="tageditor"/>
    3839        <ant antfile="build.xml" target="dist" dir="terracer"/>
    39         <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
    4040        <ant antfile="build.xml" target="dist" dir="validator"/>
    4141        <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
     
    4848    </target>
    4949    <target name="clean">
     50        <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
    5051        <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
    5152        <ant antfile="build.xml" target="clean" dir="colorscheme"/>
     
    8081        <ant antfile="build.xml" target="clean" dir="tageditor"/>
    8182        <ant antfile="build.xml" target="clean" dir="terracer"/>
    82         <ant antfile="build.xml" target="clean" dir="utilsplugin"/>
    8383        <ant antfile="build.xml" target="clean" dir="validator"/>
    8484        <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
Note: See TracChangeset for help on using the changeset viewer.