Changeset 13140 in osm


Ignore:
Timestamp:
2009-01-11T12:29:19+01:00 (16 years ago)
Author:
stoecker
Message:

added some more stuff

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/build.xml

    r13124 r13140  
    33  <!-- compilation properties -->
    44  <property name="josm.build.dir"    value="../core"/>
    5   <property name="josm.presets"      value="../core/presets/presets.xml"/>
     5  <property name="josm.presets"      value="${josm.build.dir}/presets/presets.xml"/>
     6  <property name="josm.style"        value="${josm.build.dir}/styles/standard/elemstyles.xml"/>
    67  <property name="plugin.dir"        value="../plugins"/>
    78  <property name="validator.tagfile" value="${plugin.dir}/validator/tagchecker.cfg"/>
     
    1819    <exec executable="perl" output="trans_presets.java">
    1920      <arg line="convpreset.pl ${josm.presets}"/>
     21    </exec>
     22    <exec executable="perl" output="trans_style.java">
     23      <arg line="convstyle.pl ${josm.style}"/>
    2024    </exec>
    2125    <exec executable="perl" output="trans_validator.java">
  • applications/editors/josm/i18n/convpreset.pl

    r11529 r13140  
    7979  }
    8080  elsif($line =~ /^\s*$/
    81      || $line =~ /<separator\/>/
     81     || $line =~ /<separator *\/>/
     82     || $line =~ /<space *\/>/
     83     || $line =~ /<\/?optional>/
    8284     || $line =~ /<key/
    8385     || $line =~ /annotations/
     
    9193  {
    9294    print "/* unparsed line $line */\n";
    93     print STDERR "Unparsed line $line\n";
     95#    print STDERR "Unparsed line $line\n";
    9496  }
    9597
Note: See TracChangeset for help on using the changeset viewer.