Changeset 21253 in osm for applications/editors


Ignore:
Timestamp:
2010-05-13T11:27:18+02:00 (14 years ago)
Author:
stoecker
Message:

added two new plugins to build

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

Legend:

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

    r21186 r21253  
    3636        <ant antfile="build.xml" target="dist" dir="public_transport"/>
    3737        <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
     38        <ant antfile="build.xml" target="dist" dir="reverter"/>
    3839        <ant antfile="build.xml" target="dist" dir="routes"/>
    3940        <ant antfile="build.xml" target="dist" dir="routing"/>
     
    4748        <ant antfile="build.xml" target="dist" dir="undelete"/>
    4849        <ant antfile="build.xml" target="dist" dir="validator"/>
     50        <ant antfile="build.xml" target="dist" dir="videomapping"/>
    4951        <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
    5052        <ant antfile="build.xml" target="dist" dir="waydownloader"/>
     
    8890        <ant antfile="build.xml" target="clean" dir="public_transport"/>
    8991        <ant antfile="build.xml" target="clean" dir="remotecontrol"/>
     92        <ant antfile="build.xml" target="clean" dir="reverter"/>
    9093        <ant antfile="build.xml" target="clean" dir="routes"/>
    9194        <ant antfile="build.xml" target="clean" dir="routing"/>
     
    99102        <ant antfile="build.xml" target="clean" dir="undelete"/>
    100103        <ant antfile="build.xml" target="clean" dir="validator"/>
     104        <ant antfile="build.xml" target="clean" dir="videomapping"/>
    101105        <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
    102106        <ant antfile="build.xml" target="clean" dir="waydownloader"/>
  • applications/editors/josm/plugins/videomapping/build.xml

    r21226 r21253  
    4040      ** should not be necessary to change the following properties
    4141     -->
    42         <property name="josm"                   location="../rest/core/dist/josm-custom.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"/>
    4545        <!-- this is the directory where the plugin jar is copied to -->
    46         <property name="plugin.dist.dir"        value="../rest/dist"/>
     46        <property name="plugin.dist.dir"        value="../../dist"/>
    4747        <property name="ant.build.javac.target" value="1.5"/>
    48         <property name="plugin.dist.dir"        value="../rest/dist"/>
     48        <property name="plugin.dist.dir"        value="../../dist"/>
    4949        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    5050
Note: See TracChangeset for help on using the changeset viewer.