Changeset 12484 in osm for applications/editors/josm/i18n/build.xml
- Timestamp:
- 2008-12-22T18:36:46+01:00 (18 years ago)
- Location:
- applications/editors/josm/i18n
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n
- Property svn:ignore
-
old new 4 4 build 5 5 wms.java 6 surveyor.java
-
- Property svn:ignore
-
applications/editors/josm/i18n/build.xml
r12345 r12484 4 4 <property name="josm.build.dir" value="../core"/> 5 5 <property name="josm.presets" value="../core/presets/presets.xml"/> 6 <property name="plugin.dir" value="../plugins"/> 7 <property name="validator.tagfile" value="${plugin.dir}/validator/tagchecker.cfg"/> 8 <property name="wms.srcfile" value="${plugin.dir}/wmsplugin/sources.cfg"/> 6 <property name="plugin.dir" value="../plugins"/> 7 <property name="validator.tagfile" value="${plugin.dir}/validator/tagchecker.cfg"/> 8 <property name="wms.srcfile" value="${plugin.dir}/wmsplugin/sources.cfg"/> 9 <property name="surveyor.srcfile" value="${plugin.dir}/surveyor/resources/surveyor.xml"/> 9 10 <property name="i18n.build.dir" value="build"/> 10 11 <property name="i18n.install.dir" value="${josm.build.dir}/lib"/> … … 23 24 <exec executable="perl" output="wms.java"> 24 25 <arg line="convwms.pl ${wms.srcfile}"/> 26 </exec> 27 <exec executable="perl" output="surveyor.java"> 28 <arg line="convsurveyor.pl ${surveyor.srcfile}"/> 25 29 </exec> 26 30
Note:
See TracChangeset
for help on using the changeset viewer.
