Changeset 20583 in osm for applications
- Timestamp:
- 2010-03-21T16:49:59+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r20416 r20583 1 1 <project name="josm-plugins" default="build" basedir="."> 2 2 <target name="compile_josm" unless="skip-josm"> 3 3 <echo message="test"/> 4 4 <ant dir="../core" target="dist" /> 5 5 </target> … … 73 73 <ant antfile="build.xml" target="clean" dir="michigan_left"/> 74 74 <ant antfile="build.xml" target="clean" dir="multipoly"/> 75 <ant antfile="build.xml" target="clean" dir="multipoly-convert"/> 75 76 <ant antfile="build.xml" target="clean" dir="nearclick"/> 76 77 <ant antfile="build.xml" target="clean" dir="openlayers"/>
Note:
See TracChangeset
for help on using the changeset viewer.