Ignore:
Timestamp:
2008-01-29T19:15:15+01:00 (18 years ago)
Author:
t2000
Message:

added configfile to livegps to be able to change host and port where gpsd is running on

File:
1 edited

Legend:

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

    r6162 r6709  
    1010
    1111  <!-- compilation properties -->
    12   <property name="josm.build.dir"       value="../../core"/>
     12  <!--<property name="josm.build.dir"   value="../../JOSM/"/> -->
     13  <property name="josm.build.dir"       value="../../core/"/>
    1314  <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/>
     15  <!-- <property name="josm"                    location="../../JOSM/dist/josm-custom.jar" /> -->
    1416  <property name="josm"                 location="../../core/dist/josm-custom.jar" />
    1517  <property name="plugin.build.dir"     value="build"/>
     
    3941    <copy todir="${plugin.build.dir}/images">
    4042      <fileset dir="images" />
    41     </copy>
     43    </copy>     
    4244   
    4345    <!-- create jar file -->
     
    5961        <pathelement path="${josm.build.dir}/build"/>
    6062        <fileset dir="${josm.build.dir}/lib">
     63          <include name="/usr/lib/josm/josm.jar"/>
    6164          <include name="**/*.jar"/>
    6265        </fileset>
     
    6871  <target name="install" depends="dist">
    6972    <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
     73        <copy file="liveGPS.conf" todir="${josm.plugins.dir}/livegps/" />
    7074  </target>
    7175
Note: See TracChangeset for help on using the changeset viewer.