Changeset 5139 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-10-23T15:40:14+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/build.xml
r5137 r5139 132 132 <echo message="uploading jar and site description to ${plugin.site.upload.target}"/> 133 133 <exec executable="scp"> 134 <arg value="${plugin.jar}"/> 134 <arg value="${plugin.dist.dir}/${plugin.jar}"/> 135 135 <arg value="${plugin.site.file}"/> 136 136 <arg value="${plugin.site.upload.target}"/>
Note:
See TracChangeset
for help on using the changeset viewer.