Changeset 23188 in osm


Ignore:
Timestamp:
2010-09-15T18:51:02+02:00 (14 years ago)
Author:
stoecker
Message:

fix build

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

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

    r22850 r23188  
    2323        <ant antfile="build.xml" target="dist" dir="graphview"/>
    2424        <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
     25        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
    2526        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
    2627        <ant antfile="build.xml" target="dist" dir="livegps"/>
     
    6364        <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
    6465        <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
     66        <!-- behind wms plugin! -->
     67        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
    6568    </target>
    6669    <target name="build_defect" depends="compile">
     
    8689        <ant antfile="build.xml" target="clean" dir="grid"/>
    8790        <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
     91        <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
     92        <ant antfile="build.xml" target="clean" dir="irsrectify"/>
    8893        <ant antfile="build.xml" target="clean" dir="lakewalker"/>
    8994        <ant antfile="build.xml" target="clean" dir="livegps"/>
  • applications/editors/josm/plugins/irsrectify/build.xml

    r23064 r23188  
    4040      ** should not be necessary to change the following properties
    4141     -->
    42     <property name="josm"                   location="../../josm-latest.jar"/>
     42    <property name="josm"                   location="../../core/dist/josm-custom.jar" />
    4343    <property name="plugin.build.dir"       value="build"/>
    4444    <property name="plugin.src.dir"         value="src"/>
Note: See TracChangeset for help on using the changeset viewer.