Changeset 26605 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2011-09-02T21:06:04+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r26174 r26605 24 24 <ant antfile="build.xml" target="dist" dir="editgpx"/> 25 25 <ant antfile="build.xml" target="dist" dir="ElevationProfile"/> 26 <ant antfile="build.xml" target="dist" dir="epci-fr"/> 26 27 <ant antfile="build.xml" target="dist" dir="epsg31287"/> 27 28 <ant antfile="build.xml" target="dist" dir="ext_tools"/> … … 36 37 <ant antfile="build.xml" target="dist" dir="importvec"/> 37 38 <ant antfile="build.xml" target="dist" dir="ImproveWayAccuracy"/> 39 <ant antfile="build.xml" target="dist" dir="infomode"/> 38 40 <ant antfile="build.xml" target="dist" dir="irsrectify"/> 39 41 <ant antfile="build.xml" target="dist" dir="junctionchecking"/> 40 42 <ant antfile="build.xml" target="dist" dir="lakewalker"/> 43 <ant antfile="build.xml" target="dist" dir="licensechange"/> 41 44 <ant antfile="build.xml" target="dist" dir="livegps"/> 42 45 <ant antfile="build.xml" target="dist" dir="mapdust"/> … … 45 48 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/> 46 49 <ant antfile="build.xml" target="dist" dir="namemanager"/> 50 <ant antfile="build.xml" target="dist" dir="native-password-manager"/> 47 51 <ant antfile="build.xml" target="dist" dir="nearclick"/> 48 52 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/> … … 104 108 <ant antfile="build.xml" target="clean" dir="editgpx"/> 105 109 <ant antfile="build.xml" target="clean" dir="ElevationProfile"/> 110 <ant antfile="build.xml" target="clean" dir="epci-fr"/> 106 111 <ant antfile="build.xml" target="clean" dir="epsg31287"/> 107 112 <ant antfile="build.xml" target="clean" dir="ext_tools"/> … … 116 121 <ant antfile="build.xml" target="clean" dir="importvec"/> 117 122 <ant antfile="build.xml" target="clean" dir="ImproveWayAccuracy"/> 123 <ant antfile="build.xml" target="clean" dir="infomode"/> 118 124 <ant antfile="build.xml" target="clean" dir="irsrectify"/> 119 125 <ant antfile="build.xml" target="clean" dir="junctionchecking"/> 120 126 <ant antfile="build.xml" target="clean" dir="lakewalker"/> 127 <ant antfile="build.xml" target="clean" dir="licensechange"/> 121 128 <ant antfile="build.xml" target="clean" dir="livegps"/> 122 129 <ant antfile="build.xml" target="clean" dir="mapdust"/> … … 125 132 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/> 126 133 <ant antfile="build.xml" target="clean" dir="namemanager"/> 134 <ant antfile="build.xml" target="clean" dir="native-password-manager"/> 127 135 <ant antfile="build.xml" target="clean" dir="nearclick"/> 128 136 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
Note:
See TracChangeset
for help on using the changeset viewer.