Ignore:
Timestamp:
2011-06-25T19:02:31+02:00 (15 years ago)
Author:
stoecker
Message:

i18n update, split plugin and core translation

File:
1 edited

Legend:

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

    r25948 r26174  
     1<?xml version="1.0" encoding="utf-8"?>
    12<project name="josm-plugins" default="build" basedir=".">
    23    <target name="compile_josm" unless="skip-josm">
    3     <echo message="test"/>
    4         <ant dir="../core" target="dist" />
     4        <echo message="test"/>
     5        <ant dir="../core" target="dist"/>
    56    </target>
    6     <target name="compile" depends="compile_josm"></target>
    7     <target name="build" depends="dist"></target>
     7    <target name="compile" depends="compile_josm"/>
     8    <target name="build" depends="dist"/>
    89    <target name="dist" depends="compile">
    910        <mkdir dir="../dist"/>
     
    2526        <ant antfile="build.xml" target="dist" dir="epsg31287"/>
    2627        <ant antfile="build.xml" target="dist" dir="ext_tools"/>
     28        <ant antfile="build.xml" target="dist" dir="FastDraw"/>
    2729        <ant antfile="build.xml" target="dist" dir="FixAddresses"/>
    2830        <ant antfile="build.xml" target="dist" dir="globalsat"/>
     
    3537        <ant antfile="build.xml" target="dist" dir="ImproveWayAccuracy"/>
    3638        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
     39        <ant antfile="build.xml" target="dist" dir="junctionchecking"/>
    3740        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
    3841        <ant antfile="build.xml" target="dist" dir="livegps"/>
     
    4144        <ant antfile="build.xml" target="dist" dir="michigan_left"/>
    4245        <ant antfile="build.xml" target="dist" dir="multipoly-convert"/>
     46        <ant antfile="build.xml" target="dist" dir="namemanager"/>
    4347        <ant antfile="build.xml" target="dist" dir="nearclick"/>
    4448        <ant antfile="build.xml" target="dist" dir="OpeningHoursEditor"/>
     
    5256        <ant antfile="build.xml" target="dist" dir="proj4j"/>
    5357        <ant antfile="build.xml" target="dist" dir="public_transport"/>
     58        <ant antfile="build.xml" target="dist" dir="reltoolbox"/>
    5459        <ant antfile="build.xml" target="dist" dir="restart"/>
    5560        <ant antfile="build.xml" target="dist" dir="reverter"/>
     
    6772        <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
    6873        <ant antfile="build.xml" target="dist" dir="tracer"/>
     74        <ant antfile="build.xml" target="dist" dir="turnlanes"/>
    6975        <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
    7076        <ant antfile="build.xml" target="dist" dir="undelete"/>
     
    8894        <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
    8995        <ant antfile="build.xml" target="clean" dir="colorscheme"/>
     96        <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/>
    9097        <ant antfile="build.xml" target="clean" dir="CommandLine"/>
    9198        <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
     
    96103        <ant antfile="build.xml" target="clean" dir="download_along"/>
    97104        <ant antfile="build.xml" target="clean" dir="editgpx"/>
     105        <ant antfile="build.xml" target="clean" dir="ElevationProfile"/>
    98106        <ant antfile="build.xml" target="clean" dir="epsg31287"/>
    99107        <ant antfile="build.xml" target="clean" dir="ext_tools"/>
     108        <ant antfile="build.xml" target="clean" dir="FastDraw"/>
     109        <ant antfile="build.xml" target="clean" dir="FixAddresses"/>
    100110        <ant antfile="build.xml" target="clean" dir="globalsat"/>
    101111        <ant antfile="build.xml" target="clean" dir="gpxfilter"/>
     
    107117        <ant antfile="build.xml" target="clean" dir="ImproveWayAccuracy"/>
    108118        <ant antfile="build.xml" target="clean" dir="irsrectify"/>
     119        <ant antfile="build.xml" target="clean" dir="junctionchecking"/>
    109120        <ant antfile="build.xml" target="clean" dir="lakewalker"/>
    110121        <ant antfile="build.xml" target="clean" dir="livegps"/>
     
    113124        <ant antfile="build.xml" target="clean" dir="michigan_left"/>
    114125        <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
     126        <ant antfile="build.xml" target="clean" dir="namemanager"/>
    115127        <ant antfile="build.xml" target="clean" dir="nearclick"/>
    116128        <ant antfile="build.xml" target="clean" dir="OpeningHoursEditor"/>
     
    124136        <ant antfile="build.xml" target="clean" dir="proj4j"/>
    125137        <ant antfile="build.xml" target="clean" dir="public_transport"/>
     138        <ant antfile="build.xml" target="clean" dir="reltoolbox"/>
    126139        <ant antfile="build.xml" target="clean" dir="restart"/>
    127140        <ant antfile="build.xml" target="clean" dir="reverter"/>
     
    129142        <ant antfile="build.xml" target="clean" dir="roadsigns"/>
    130143        <ant antfile="build.xml" target="clean" dir="routes"/>
    131         <ant antfile="build.xml" target="clean" dir="routing"/>       
     144        <ant antfile="build.xml" target="clean" dir="routing"/>
    132145        <ant antfile="build.xml" target="clean" dir="simplifyarea"/>
    133146        <ant antfile="build.xml" target="clean" dir="smed"/>
     
    141154        <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
    142155        <ant antfile="build.xml" target="clean" dir="tracer"/>
     156        <ant antfile="build.xml" target="clean" dir="turnlanes"/>
    143157        <ant antfile="build.xml" target="clean" dir="trustosm"/>
    144158        <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
     
    152166        <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
    153167    </target>
    154     <target name="clean_install"></target>
    155     <target name="install" depends="dist"></target>
     168    <target name="clean_install"/>
     169    <target name="install" depends="dist"/>
    156170</project>
Note: See TracChangeset for help on using the changeset viewer.