Changeset 34677 in osm
- Timestamp:
- 2018-09-28T22:14:23+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34651 r34677 27 27 <property name="plugin.test.dir" location="test"/> 28 28 <property name="plugin.src.dir" location="src"/> 29 <property name="plugin.resources.dir" location="resources"/> 29 30 <property name="plugin.doc.dir" location="javadoc"/> 30 31 <property name="plugin.lib.dir" location="lib"/> … … 121 122 <target name="setup-dist-default"> 122 123 <copy todir="${plugin.build.dir}/resources" failonerror="no" includeemptydirs="no"> 123 <fileset dir=" resources"/>124 <fileset dir="${plugin.resources.dir}"/> 124 125 </copy> 125 126 <copy todir="${plugin.build.dir}/images" failonerror="no" includeemptydirs="no"> … … 510 511 <exclude name="**/*-javadoc.jar"/> 511 512 </fileset> 513 <pathelement path="${plugin.resources.dir}"/> 512 514 <pathelement path="${plugin.test.dir}/data"/> 513 515 <pathelement path="${josm.test.build.dir}/unit"/>
Note:
See TracChangeset
for help on using the changeset viewer.