Ignore:
Timestamp:
2020-03-03T21:13:26+01:00 (5 years ago)
Author:
stoecker
Message:

adapt paths to new places

File:
1 edited

Legend:

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

    r35348 r35349  
    1010    <property name="surveyor.srcfile" value="${plugin.dir}/surveyor/resources/surveyor.xml"/>
    1111    <property name="i18n.build.dir" value="build"/>
    12     <property name="i18n.install.dir" value="${josm.resources.dir}/data/trans"/>
    13     <property name="pluginlist.install.dir" value="${josm.build.dir}/nodist/data/trans"/>
     12    <property name="i18n.install.dir" value="${josm.resources.dir}/data"/>
     13    <property name="pluginlist.install.dir" value="${josm.build.dir}/nodist/trans"/>
    1414    <property name="po.build.dir" value="${i18n.build.dir}"/>
    1515    <property name="ant.build.javac.target" value="1.5"/>
Note: See TracChangeset for help on using the changeset viewer.