Changeset 25071 in osm for applications/editors/josm/plugins/scripting/build.xml
- Timestamp:
- 2011-01-16T18:25:29+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/scripting/build.xml
r25019 r25071 43 43 <path id="compile.path"> 44 44 <pathelement location="${josm}"/> 45 <pathelement location="lib/groovy-all-1.7.7-SNAPSHOT.jar"/>46 45 </path> 47 46 … … 77 76 <copy todir="${plugin.build.dir}/images"> 78 77 <fileset dir="images"> 79 <include name="*.png" /> 80 </fileset> 81 </copy> 78 <include name="**/*.png" /> 79 </fileset> 80 </copy> 81 82 <copy todir="${plugin.build.dir}/resources"> 83 <fileset dir="resources"> 84 <include name="*" /> 85 </fileset> 86 </copy> 87 82 88 <copy todir="${plugin.build.dir}/scripts"> 83 89 <fileset dir="scripts">
Note:
See TracChangeset
for help on using the changeset viewer.
