Changeset 9245 in osm
- Timestamp:
- 2008-07-22T19:05:43+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r7288 r9245 15 15 <mkdir dir="../dist"/> 16 16 <ant dir="colorscheme" antfile="build.xml" target="dist"/> 17 <!--ant dir="duplicateway" antfile="build.xml" target="dist"/ code still uses API 0.4 -->18 17 <ant dir="duplicateway" antfile="build.xml" target="dist"/> 19 18 <ant dir="lang" antfile="build.xml" target="dist"/> 20 19 <ant dir="namefinder" antfile="build.xml" target="dist"/> 21 20 <ant dir="nearclick" antfile="build.xml" target="dist"/> 22 < !-- ant dir="openvisible" antfile="build.xml" target="dist"/ code doesn't compile here -->21 <ant dir="openvisible" antfile="build.xml" target="dist"/> 23 22 <ant dir="osmarender" antfile="build.xml" target="dist"/> 24 23 <ant dir="plastic_laf" antfile="build.xml" target="dist"/> 25 24 <ant dir="slippymap" antfile="build.xml" target="dist"/> 26 <!-- ant dir="tagging-preset-tester" antfile="build.xml" target="dist"/ code doesn't compile here -->27 25 <ant dir="utilsplugin" antfile="build.xml" target="dist"/> 28 26 <ant dir="validator" antfile="build.xml" target="dist"/> … … 31 29 32 30 <ant dir="livegps" antfile="build.xml" target="dist"/> 33 <!-- ant dir="surveyor" antfile="build.xml" target="dist"/ -->34 31 </target> 35 32 … … 38 35 <ant dir="navigator" antfile="build.xml" target="dist"/> 39 36 <ant dir="pluginmanager" antfile="build.xml" target="dist"/> 37 <ant dir="tagging-preset-tester" antfile="build.xml" target="dist"/> 40 38 <ant dir="waypoints" antfile="build.xml" target="dist"/> 41 39 <ant dir="grid" antfile="build.xml" target="dist"/> 40 <ant dir="surveyor" antfile="build.xml" target="dist"/> 42 41 </target> 43 42
Note:
See TracChangeset
for help on using the changeset viewer.