Changeset 3790 in osm


Ignore:
Timestamp:
2007-07-27T06:32:23+02:00 (17 years ago)
Author:
ulf
Message:

surveyor: fix path to livegps.jar

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

Legend:

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

    r3789 r3790  
    3434                <ant dir="pluginmanager" antfile="build.xml" target="install"/>
    3535                <ant dir="slippymap" antfile="build.xml" target="dist"/>
    36                 <!--<ant dir="surveyor" antfile="build.xml" target="dist"/>-->
     36                <ant dir="surveyor" antfile="build.xml" target="dist"/>
    3737                <ant dir="tagging-preset-tester" antfile="build.xml" target="build"/>
    3838                <ant dir="tways" antfile="build.xml" target="jar"/>
  • applications/editors/josm/plugins/surveyor/build.xml

    r3788 r3790  
    77          <property name="plugin.name" value="${ant.project.name}"/>
    88          <property name="plugin.jar" value="${plugin.name}.jar"/>
    9     <property name="livegpsplugin.jar" value="${josm.home.dir}/plugins/livegps.jar"/>
     9    <property name="livegpsplugin.jar" value="../livegps/livegps.jar"/>
    1010         
    1111          <!-- plugin meta data (enter new version number if anything changed!) -->
Note: See TracChangeset for help on using the changeset viewer.