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