Ignore:
Timestamp:
2012-04-14T13:11:51+02:00 (12 years ago)
Author:
stoecker
Message:

fix plugin build

File:
1 edited

Legend:

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

    r28005 r28290  
    1515        <ant antfile="build.xml" target="dist" dir="colorscheme"/>
    1616        <ant antfile="build.xml" target="dist" dir="utilsplugin2"/>     
    17         <ant antfile="build.xml" target="dist" dir="conflation"/> <!-- Depends on utilsplugin2 -->
    1817        <ant antfile="build.xml" target="dist" dir="canvec_helper"/>
    1918        <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/>
     
    4342        <ant antfile="build.xml" target="dist" dir="infomode"/>
    4443        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
     44        <ant antfile="build.xml" target="dist" dir="jts"/>
    4545        <ant antfile="build.xml" target="dist" dir="junctionchecking"/>
    4646        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
     
    9494        <ant antfile="build.xml" target="dist" dir="waypoint_search"/>
    9595        <ant antfile="build.xml" target="dist" dir="wayselector"/>
     96        <ant antfile="build.xml" target="dist" dir="wikipedia"/>
    9697        <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
    9798    </target>
     
    108109        <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/>
    109110        <ant antfile="build.xml" target="clean" dir="CommandLine"/>
    110         <ant antfile="build.xml" target="clean" dir="conflation"/>
    111111        <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/>
    112112        <ant antfile="build.xml" target="clean" dir="czechaddress"/>
     
    133133        <ant antfile="build.xml" target="clean" dir="infomode"/>
    134134        <ant antfile="build.xml" target="clean" dir="irsrectify"/>
     135        <ant antfile="build.xml" target="clean" dir="jts"/>
    135136        <ant antfile="build.xml" target="clean" dir="junctionchecking"/>
    136137        <ant antfile="build.xml" target="clean" dir="lakewalker"/>
     
    186187        <ant antfile="build.xml" target="clean" dir="waypoint_search"/>
    187188        <ant antfile="build.xml" target="clean" dir="wayselector"/>
     189        <ant antfile="build.xml" target="clean" dir="wikipedia"/>
    188190        <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/>
    189191    </target>
Note: See TracChangeset for help on using the changeset viewer.