Changeset 12334 in osm for applications/editors/josm/i18n/build.xml
- Timestamp:
- 2008-12-13T20:17:15+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 3 3 validator.java 4 4 build 5 wms.java
-
- Property svn:ignore
-
applications/editors/josm/i18n/build.xml
r11576 r12334 6 6 <property name="plugin.dir" value="../plugins"/> 7 7 <property name="validator.tagfile" value="${plugin.dir}/validator/tagchecker.cfg"/> 8 <property name="wms.srcfile" value="${plugin.dir}/wmsplugin/sources.cfg"/> 8 9 <property name="i18n.build.dir" value="build"/> 9 10 <property name="i18n.install.dir" value="${josm.build.dir}/lib"/> … … 19 20 <exec executable="perl" output="validator.java"> 20 21 <arg line="convvalidator.pl ${validator.tagfile}"/> 22 </exec> 23 <exec executable="perl" output="wms.java"> 24 <arg line="convwms.pl ${wms.srcfile}"/> 21 25 </exec> 22 26 … … 80 84 <delete file="presets.java"/> 81 85 <delete file="validator.java"/> 86 <delete file="wms.java"/> 82 87 <delete file="java_sourcefiles.txt"/> 83 88 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
