Changeset 33808 in osm for applications/editors/josm/plugins/wikipedia/build.xml
- Timestamp:
- 2017-11-13T06:31:02+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/build.xml
r33673 r33808 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="wikipedia" default="dist" basedir="."> 2 <project name="wikipedia" default="dist2" basedir="."> 3 3 4 4 <!-- enter the SVN commit message --> … … 17 17 <import file="../build-common.xml"/> 18 18 19 <target name="dist2" depends="dist"> 20 <copy file="${plugin.jar}" todir="${plugin.dist.dir}/../.josm/plugins"/> 21 </target> 22 19 23 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
