Changeset 7288 in osm for applications
- Timestamp:
- 2008-04-06T21:21:59+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r7036 r7288 16 16 <ant dir="colorscheme" antfile="build.xml" target="dist"/> 17 17 <!--ant dir="duplicateway" antfile="build.xml" target="dist"/ code still uses API 0.4 --> 18 <ant dir="duplicateway" antfile="build.xml" target="dist"/> 18 19 <ant dir="lang" antfile="build.xml" target="dist"/> 19 20 <ant dir="namefinder" antfile="build.xml" target="dist"/> 20 21 <ant dir="nearclick" antfile="build.xml" target="dist"/> 21 <ant dir="openvisible" antfile="build.xml" 22 <!-- ant dir="openvisible" antfile="build.xml" target="dist"/ code doesn't compile here --> 22 23 <ant dir="osmarender" antfile="build.xml" target="dist"/> 23 24 <ant dir="plastic_laf" antfile="build.xml" target="dist"/> 24 25 <ant dir="slippymap" antfile="build.xml" target="dist"/> 25 <ant dir="tagging-preset-tester" antfile="build.xml" target="dist"/> 26 <!-- ant dir="tagging-preset-tester" antfile="build.xml" target="dist"/ code doesn't compile here --> 26 27 <ant dir="utilsplugin" antfile="build.xml" target="dist"/> 27 28 <ant dir="validator" antfile="build.xml" target="dist"/> … … 30 31 31 32 <ant dir="livegps" antfile="build.xml" target="dist"/> 32 <ant dir="surveyor" antfile="build.xml" 33 <!-- ant dir="surveyor" antfile="build.xml" target="dist"/ --> 33 34 </target> 34 35
Note:
See TracChangeset
for help on using the changeset viewer.