Changeset 18960 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-12-05T16:10:42+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r18942 r18960 7 7 <target name="dist" depends="compile"> 8 8 <mkdir dir="../dist"/> 9 <ant antfile="build.xml" target="dist" dir="addrinterpolation"/> 9 10 <ant antfile="build.xml" target="dist" dir="cadastre-fr"/> 10 11 <ant antfile="build.xml" target="dist" dir="colorscheme"/> … … 37 38 <ant antfile="build.xml" target="dist" dir="tageditor"/> 38 39 <ant antfile="build.xml" target="dist" dir="terracer"/> 39 <ant antfile="build.xml" target="dist" dir="utilsplugin"/>40 40 <ant antfile="build.xml" target="dist" dir="validator"/> 41 41 <ant antfile="build.xml" target="dist" dir="walkingpapers"/> … … 48 48 </target> 49 49 <target name="clean"> 50 <ant antfile="build.xml" target="clean" dir="addrinterpolation"/> 50 51 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/> 51 52 <ant antfile="build.xml" target="clean" dir="colorscheme"/> … … 80 81 <ant antfile="build.xml" target="clean" dir="tageditor"/> 81 82 <ant antfile="build.xml" target="clean" dir="terracer"/> 82 <ant antfile="build.xml" target="clean" dir="utilsplugin"/>83 83 <ant antfile="build.xml" target="clean" dir="validator"/> 84 84 <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
Note:
See TracChangeset
for help on using the changeset viewer.