Ignore:
Timestamp:
2011-02-27T11:33:14+01:00 (15 years ago)
Author:
stoecker
Message:

fix build issues

File:
1 edited

Legend:

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

    r25199 r25454  
    3434        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
    3535        <ant antfile="build.xml" target="dist" dir="importvec"/>
     36        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
    3637        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
    3738        <ant antfile="build.xml" target="dist" dir="livegps"/>
     
    4950        <ant antfile="build.xml" target="dist" dir="piclayer"/>
    5051        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
     52        <ant antfile="build.xml" target="dist" dir="proj4j"/>
    5153        <ant antfile="build.xml" target="dist" dir="public_transport"/>
    5254        <ant antfile="build.xml" target="dist" dir="restart"/>
     
    7577        <ant antfile="build.xml" target="dist" dir="wayselector"/>
    7678        <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
    77         <!-- behind wms plugin! -->
    78         <ant antfile="build.xml" target="dist" dir="irsrectify"/>
    7979    </target>
    8080    <target name="build_defect" depends="compile">
     
    123123        <ant antfile="build.xml" target="clean" dir="piclayer"/>
    124124        <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
     125        <ant antfile="build.xml" target="clean" dir="proj4j"/>
    125126        <ant antfile="build.xml" target="clean" dir="public_transport"/>
    126127        <ant antfile="build.xml" target="clean" dir="restart"/>
Note: See TracChangeset for help on using the changeset viewer.