Ignore:
Timestamp:
2025-02-13T19:32:00+01:00 (8 days ago)
Author:
stoecker
Message:

drop transifex dir

File:
1 edited

Legend:

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

    r36370 r36388  
    206206        <antcall target="build"/>
    207207    </target>
     208    <target name="updatetest">
     209        <exec executable="perl" failonerror="true">
     210            <arg line="launchpad.pl bzronly"/>
     211        </exec>
     212        <antcall target="test"/>
     213    </target>
    208214    <target name="updatecore">
    209215        <exec executable="perl" failonerror="true">
Note: See TracChangeset for help on using the changeset viewer.