Changeset 26174 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2011-06-25T19:02:31+02:00 (15 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/build.xml (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r25948 r26174 1 <?xml version="1.0" encoding="utf-8"?> 1 2 <project name="josm-plugins" default="build" basedir="."> 2 3 <target name="compile_josm" unless="skip-josm"> 3 <echo message="test"/> 4 <ant dir="../core" target="dist" />4 <echo message="test"/> 5 <ant dir="../core" target="dist"/> 5 6 </target> 6 <target name="compile" depends="compile_josm" ></target>7 <target name="build" depends="dist" ></target>7 <target name="compile" depends="compile_josm"/> 8 <target name="build" depends="dist"/> 8 9 <target name="dist" depends="compile"> 9 10 <mkdir dir="../dist"/> … … 25 26 <ant antfile="build.xml" target="dist" dir="epsg31287"/> 26 27 <ant antfile="build.xml" target="dist" dir="ext_tools"/> 28 <ant antfile="build.xml" target="dist" dir="FastDraw"/> 27 29 <ant antfile="build.xml" target="dist" dir="FixAddresses"/> 28 30 <ant antfile="build.xml" target="dist" dir="globalsat"/> … … 35 37 <ant antfile="build.xml" target="dist" dir="ImproveWayAccuracy"/> 36 38 <ant antfile="build.xml" target="dist" dir="irsrectify"/> 39 <ant antfile="build.xml" target="dist" dir="junctionchecking"/> 37 40 <ant antfile="build.xml" target="dist" dir="lakewalker"/> 38 41 <ant antfile="build.xml" target="dist" dir="livegps"/> … … 41 44 <ant antfile="build.xml" target="dist" dir="michigan_left"/> 42 45 <ant antfile="build.xml" target="dist" dir="multipoly-convert"/> 46 <ant antfile="build.xml" target="dist" dir="namemanager"/> 43 47 <ant antfile="build.xml" target="dist" dir="nearclick"/> 44 48 <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/> … … 52 56 <ant antfile="build.xml" target="dist" dir="proj4j"/> 53 57 <ant antfile="build.xml" target="dist" dir="public_transport"/> 58 <ant antfile="build.xml" target="dist" dir="reltoolbox"/> 54 59 <ant antfile="build.xml" target="dist" dir="restart"/> 55 60 <ant antfile="build.xml" target="dist" dir="reverter"/> … … 67 72 <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/> 68 73 <ant antfile="build.xml" target="dist" dir="tracer"/> 74 <ant antfile="build.xml" target="dist" dir="turnlanes"/> 69 75 <ant antfile="build.xml" target="dist" dir="turnrestrictions"/> 70 76 <ant antfile="build.xml" target="dist" dir="undelete"/> … … 88 94 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/> 89 95 <ant antfile="build.xml" target="clean" dir="colorscheme"/> 96 <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/> 90 97 <ant antfile="build.xml" target="clean" dir="CommandLine"/> 91 98 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/> … … 96 103 <ant antfile="build.xml" target="clean" dir="download_along"/> 97 104 <ant antfile="build.xml" target="clean" dir="editgpx"/> 105 <ant antfile="build.xml" target="clean" dir="ElevationProfile"/> 98 106 <ant antfile="build.xml" target="clean" dir="epsg31287"/> 99 107 <ant antfile="build.xml" target="clean" dir="ext_tools"/> 108 <ant antfile="build.xml" target="clean" dir="FastDraw"/> 109 <ant antfile="build.xml" target="clean" dir="FixAddresses"/> 100 110 <ant antfile="build.xml" target="clean" dir="globalsat"/> 101 111 <ant antfile="build.xml" target="clean" dir="gpxfilter"/> … … 107 117 <ant antfile="build.xml" target="clean" dir="ImproveWayAccuracy"/> 108 118 <ant antfile="build.xml" target="clean" dir="irsrectify"/> 119 <ant antfile="build.xml" target="clean" dir="junctionchecking"/> 109 120 <ant antfile="build.xml" target="clean" dir="lakewalker"/> 110 121 <ant antfile="build.xml" target="clean" dir="livegps"/> … … 113 124 <ant antfile="build.xml" target="clean" dir="michigan_left"/> 114 125 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/> 126 <ant antfile="build.xml" target="clean" dir="namemanager"/> 115 127 <ant antfile="build.xml" target="clean" dir="nearclick"/> 116 128 <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/> … … 124 136 <ant antfile="build.xml" target="clean" dir="proj4j"/> 125 137 <ant antfile="build.xml" target="clean" dir="public_transport"/> 138 <ant antfile="build.xml" target="clean" dir="reltoolbox"/> 126 139 <ant antfile="build.xml" target="clean" dir="restart"/> 127 140 <ant antfile="build.xml" target="clean" dir="reverter"/> … … 129 142 <ant antfile="build.xml" target="clean" dir="roadsigns"/> 130 143 <ant antfile="build.xml" target="clean" dir="routes"/> 131 <ant antfile="build.xml" target="clean" dir="routing"/> 144 <ant antfile="build.xml" target="clean" dir="routing"/> 132 145 <ant antfile="build.xml" target="clean" dir="simplifyarea"/> 133 146 <ant antfile="build.xml" target="clean" dir="smed"/> … … 141 154 <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/> 142 155 <ant antfile="build.xml" target="clean" dir="tracer"/> 156 <ant antfile="build.xml" target="clean" dir="turnlanes"/> 143 157 <ant antfile="build.xml" target="clean" dir="trustosm"/> 144 158 <ant antfile="build.xml" target="clean" dir="turnrestrictions"/> … … 152 166 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/> 153 167 </target> 154 <target name="clean_install" ></target>155 <target name="install" depends="dist" ></target>168 <target name="clean_install"/> 169 <target name="install" depends="dist"/> 156 170 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
