Ignore:
Timestamp:
2007-07-27T06:29:51+02:00 (17 years ago)
Author:
ulf
Message:

add a build.xml for the nearclick plugin

File:
1 edited

Legend:

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

    r3788 r3789  
    2929                <ant dir="namefinder" antfile="build.xml" target="dist"/>
    3030                <ant dir="navigator" antfile="build.xml" target="dist"/>
    31                 <!--<ant dir="nearclick" antfile="build.xml" target="dist"/>-->
     31                <ant dir="nearclick" antfile="build.xml" target="build"/>
    3232                <ant dir="osmarender" antfile="build.xml" target="build"/>
    3333                <ant dir="plastic_laf" antfile="build.xml" target="install"/>
     
    5252                <ant dir="namefinder" antfile="build.xml" target="clean"/>
    5353                <ant dir="navigator" antfile="build.xml" target="clean"/>
    54                 <!--<ant dir="nearclick" antfile="build.xml" target="clean"/>-->
     54                <ant dir="nearclick" antfile="build.xml" target="clean"/>
    5555                <ant dir="osmarender" antfile="build.xml" target="clean"/>
    5656                <ant dir="plastic_laf" antfile="build.xml" target="clean"/>
Note: See TracChangeset for help on using the changeset viewer.