Changeset 28210 in osm for applications/editors/josm
- Timestamp:
- 2012-04-07T05:38:26+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/jts
- Files:
-
- 1 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jts/build.xml
r28162 r28210 76 76 <target name="dist" depends="compile,revision"> 77 77 <echo message="creating ${ant.project.name}.jar ... "/> 78 <copy todir="${plugin.build.dir}/resources">79 <fileset dir="resources"/>80 </copy>81 78 <copy todir="${plugin.build.dir}/images"> 82 79 <fileset dir="images"/> … … 84 81 <copy todir="${plugin.build.dir}/lib"> 85 82 <fileset dir="lib"/> 86 </copy>87 <copy todir="${plugin.build.dir}/data">88 <fileset dir="data"/>89 83 </copy> 90 84 <copy todir="${plugin.build.dir}">
Note:
See TracChangeset
for help on using the changeset viewer.