Changeset 15931 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2009-06-15T22:12:42+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r15707 r15931 12 12 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/> 13 13 <ant antfile="build.xml" target="dist" dir="DirectUpload"/> 14 <ant antfile="build.xml" target="dist" dir="czechaddress"/>15 14 <ant antfile="build.xml" target="dist" dir="editgpx"/> 16 15 <ant antfile="build.xml" target="dist" dir="globalsat"/> … … 24 23 <ant antfile="build.xml" target="dist" dir="openvisible"/> 25 24 <ant antfile="build.xml" target="dist" dir="osmarender"/> 26 <ant antfile="build.xml" target="dist" dir="piclayer"/>27 25 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 28 26 <ant antfile="build.xml" target="dist" dir="remotecontrol"/> … … 37 35 <ant antfile="build.xml" target="dist" dir="utilsplugin"/> 38 36 <ant antfile="build.xml" target="dist" dir="validator"/> 39 <ant antfile="build.xml" target="dist" dir="waydownloader"/>40 37 <ant antfile="build.xml" target="dist" dir="wmsplugin"/> 41 38 </target> 42 39 <target name="build_defect" depends="compile"> 40 <ant antfile="build.xml" target="dist" dir="waydownloader"/> 41 <ant antfile="build.xml" target="dist" dir="piclayer"/> 42 <ant antfile="build.xml" target="dist" dir="czechaddress"/> 43 43 <ant antfile="build.xml" target="dist" dir="duplicateway"/> 44 44 <ant antfile="build.xml" target="dist" dir="grid"/>
Note:
See TracChangeset
for help on using the changeset viewer.