Changeset 29164 in osm for applications/editors
- Timestamp:
- 2013-01-04T16:34:20+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/build.xml
r29044 r29164 16 16 <import file="../build-common.xml"/> 17 17 18 18 <target name="runjosm" depends="install"> 19 19 <java jar="${josm}" fork="true"> 20 20 <arg line="e:/test.osm"/> 21 21 </java> 22 22 </target> 23 24 <target name="setup-dist"> 25 <antcall target="setup-dist-default" /> 26 <copy todir="${plugin.build.dir}"> 27 <fileset dir="src" includes="**/*.txt"/> 28 </copy> 29 </target> 30 23 31 24 32 </project>
Note:
See TracChangeset
for help on using the changeset viewer.