Changeset 3782 in osm
- Timestamp:
- 2007-07-27T05:22:15+02:00 (18 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3781 r3782 23 23 <ant dir="../core" antfile="build.xml" target="dist"/> 24 24 <ant dir="mappaint" antfile="build.xml" target="build"/> 25 <ant dir="namefinder" antfile="build.xml" target="dist"/> 25 26 <ant dir="navigator" antfile="build.xml" target="dist"/> 26 27 </target> 27 28 28 29 <target name="clean"> 30 <ant dir="../core" antfile="build.xml" target="clean"/> 29 31 <ant dir="mappaint" antfile="build.xml" target="clean"/> 32 <ant dir="namefinder" antfile="build.xml" target="clean"/> 30 33 <ant dir="navigator" antfile="build.xml" target="clean"/> 31 34 </target> -
applications/editors/josm/plugins/namefinder/build.xml
r3066 r3782 1 1 <project name="namefinder" default="dist" basedir="."> 2 <property name="josm.prj.dir" value="../../ josm"/>2 <property name="josm.prj.dir" value="../../core"/> 3 3 <property name="josm.home.dir" value="${user.home}/.josm"/> 4 4 <property name="plugin.build.dir" value="build"/>
Note:
See TracChangeset
for help on using the changeset viewer.