Ignore:
Timestamp:
2007-07-27T05:22:15+02:00 (18 years ago)
Author:
ulf
Message:

add namefinder to global build

File:
1 edited

Legend:

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

    r3781 r3782  
    2323                <ant dir="../core" antfile="build.xml" target="dist"/>
    2424                <ant dir="mappaint" antfile="build.xml" target="build"/>
     25                <ant dir="namefinder" antfile="build.xml" target="dist"/>
    2526                <ant dir="navigator" antfile="build.xml" target="dist"/>
    2627        </target>
    2728
    2829        <target name="clean">
     30                <ant dir="../core" antfile="build.xml" target="clean"/>
    2931                <ant dir="mappaint" antfile="build.xml" target="clean"/>
     32                <ant dir="namefinder" antfile="build.xml" target="clean"/>
    3033                <ant dir="navigator" antfile="build.xml" target="clean"/>
    3134        </target>
Note: See TracChangeset for help on using the changeset viewer.