Ignore:
Timestamp:
2008-12-13T20:17:15+01:00 (18 years ago)
Author:
stoecker
Message:

updated

Location:
applications/editors/josm/i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n

    • Property svn:ignore
      •  

        old new  
        33validator.java
        44build
         5wms.java
  • applications/editors/josm/i18n/build.xml

    r11576 r12334  
    66  <property name="plugin.dir"        value="../plugins"/> 
    77  <property name="validator.tagfile" value="${plugin.dir}/validator/tagchecker.cfg"/> 
     8  <property name="wms.srcfile"       value="${plugin.dir}/wmsplugin/sources.cfg"/> 
    89  <property name="i18n.build.dir"    value="build"/>
    910  <property name="i18n.install.dir"  value="${josm.build.dir}/lib"/>
     
    1920    <exec executable="perl" output="validator.java">
    2021      <arg line="convvalidator.pl ${validator.tagfile}"/>
     22    </exec>
     23    <exec executable="perl" output="wms.java">
     24      <arg line="convwms.pl ${wms.srcfile}"/>
    2125    </exec>
    2226
     
    8084    <delete file="presets.java"/>
    8185    <delete file="validator.java"/>
     86    <delete file="wms.java"/>
    8287    <delete file="java_sourcefiles.txt"/>
    8388  </target>
Note: See TracChangeset for help on using the changeset viewer.