Changeset 21296 in osm for applications/editors


Ignore:
Timestamp:
2010-05-16T11:13:59+02:00 (14 years ago)
Author:
guardian
Message:
 
Location:
applications/editors/josm/plugins/videomapping
Files:
4 added
4 edited

Legend:

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

    r21295 r21296  
    4040      ** should not be necessary to change the following properties
    4141     -->
    42         <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     42        <property name="josm"                   location="../JOSM/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="../../dist"/>
     46        <property name="plugin.dist.dir"        value="../JOSM/dist"/>
    4747        <property name="ant.build.javac.target" value="1.5"/>
    48         <property name="plugin.dist.dir"        value="../../dist"/>
    4948        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    50         <property name="vlcj"                  value="lib/vlcj-1.0.1.jar"/>
     49        <property name="vlcj"                  value="lib/vlcj-1.1f.jar"/>
    5150        <!--
    5251    **********************************************************
Note: See TracChangeset for help on using the changeset viewer.