Changeset 24395 in osm for applications/editors
- Timestamp:
- 2010-11-25T18:26:39+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/restart
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/restart/build.xml
r24394 r24395 78 78 <target name="dist" depends="compile,revision"> 79 79 <echo message="creating ${ant.project.name}.jar ... "/> 80 <copy todir="${plugin.build.dir}/resources">81 <fileset dir="resources"/>82 </copy>83 <copy todir="${plugin.build.dir}/images">84 <fileset dir="images"/>85 </copy>86 80 <copy todir="${plugin.build.dir}"> 87 81 <fileset dir=".">
Note:
See TracChangeset
for help on using the changeset viewer.