Changeset 9732 in osm for applications/editors/josm/plugins/lang/build.xml
- Timestamp:
- 2008-08-12T18:29:16+02:00 (18 years ago)
- Location:
- applications/editors/josm/plugins/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lang
- Property svn:ignore
-
old new 3 3 keys.pot 4 4 presets.java 5 validator.java
-
- Property svn:ignore
-
applications/editors/josm/plugins/lang/build.xml
r8486 r9732 6 6 <property name="josm.home.dir" value="${user.home}/.josm"/> 7 7 <property name="josm" location="../../core/dist/josm-custom.jar" /> 8 <property name="validator.tagfile" value="../validator/tagchecker.cfg"/> 8 9 <property name="plugin.build.dir" value="build"/> 9 10 <property name="plugin.dist.dir" value="../../dist"/> … … 67 68 <arg line="convpreset.pl ${josm.presets}"/> 68 69 </exec> 70 <exec executable="perl" output="validator.java"> 71 <arg line="convvalidator.pl ${validator.tagfile}"/> 72 </exec> 69 73 70 74 <exec executable="find" output="alljava.txt"> … … 90 94 <delete file="keys.pot"/> 91 95 <delete file="presets.java"/> 96 <delete file="validator.java"/> 92 97 </target> 93 98
Note:
See TracChangeset
for help on using the changeset viewer.
