Changeset 3782 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2007-07-27T05:22:15+02:00 (18 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/build.xml (modified) (1 diff)
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>
Note:
See TracChangeset
for help on using the changeset viewer.
