Changeset 3782 in osm


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

add namefinder to global build

Location:
applications/editors/josm/plugins
Files:
2 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>
  • applications/editors/josm/plugins/namefinder/build.xml

    r3066 r3782  
    11<project name="namefinder" default="dist" basedir=".">
    2   <property name="josm.prj.dir" value="../../josm"/>
     2  <property name="josm.prj.dir" value="../../core"/>
    33  <property name="josm.home.dir" value="${user.home}/.josm"/>
    44  <property name="plugin.build.dir" value="build"/>
Note: See TracChangeset for help on using the changeset viewer.