Ignore:
Timestamp:
2008-08-12T18:29:16+02:00 (18 years ago)
Author:
stoecker
Message:

updated

Location:
applications/editors/josm/plugins/lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/lang

    • Property svn:ignore
      •  

        old new  
        33keys.pot
        44presets.java
         5validator.java
  • applications/editors/josm/plugins/lang/build.xml

    r8486 r9732  
    66  <property name="josm.home.dir"        value="${user.home}/.josm"/>
    77  <property name="josm"                 location="../../core/dist/josm-custom.jar" />
     8  <property name="validator.tagfile"    value="../validator/tagchecker.cfg"/>
    89  <property name="plugin.build.dir"     value="build"/>
    910  <property name="plugin.dist.dir"      value="../../dist"/>
     
    6768      <arg line="convpreset.pl ${josm.presets}"/>
    6869    </exec>
     70    <exec executable="perl" output="validator.java">
     71      <arg line="convvalidator.pl ${validator.tagfile}"/>
     72    </exec>
    6973
    7074    <exec executable="find" output="alljava.txt">
     
    9094    <delete file="keys.pot"/>
    9195    <delete file="presets.java"/>
     96    <delete file="validator.java"/>
    9297  </target>
    9398
Note: See TracChangeset for help on using the changeset viewer.