Ignore:
Timestamp:
2008-12-22T18:36:46+01:00 (18 years ago)
Author:
stoecker
Message:

added more texts

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n

    • Property svn:ignore
      •  

        old new  
        44build
        55wms.java
         6surveyor.java
  • applications/editors/josm/i18n/build.xml

    r12345 r12484  
    44  <property name="josm.build.dir"    value="../core"/>
    55  <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"/>
    910  <property name="i18n.build.dir"    value="build"/>
    1011  <property name="i18n.install.dir"  value="${josm.build.dir}/lib"/>
     
    2324    <exec executable="perl" output="wms.java">
    2425      <arg line="convwms.pl ${wms.srcfile}"/>
     26    </exec>
     27    <exec executable="perl" output="surveyor.java">
     28      <arg line="convsurveyor.pl ${surveyor.srcfile}"/>
    2529    </exec>
    2630
Note: See TracChangeset for help on using the changeset viewer.