Changeset 3784 in osm for applications


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

add livegps to global build

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

Legend:

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

    r3782 r3784  
    2222        <target name="build" depends="compile">
    2323                <ant dir="../core" antfile="build.xml" target="dist"/>
     24                <ant dir="livegps" antfile="build.xml" target="dist"/>
    2425                <ant dir="mappaint" antfile="build.xml" target="build"/>
    2526                <ant dir="namefinder" antfile="build.xml" target="dist"/>
     
    2930        <target name="clean">
    3031                <ant dir="../core" antfile="build.xml" target="clean"/>
     32                <ant dir="livegps" antfile="build.xml" target="clean"/>
    3133                <ant dir="mappaint" antfile="build.xml" target="clean"/>
    3234                <ant dir="namefinder" antfile="build.xml" target="clean"/>
  • applications/editors/josm/plugins/livegps/build.xml

    r3743 r3784  
    11<project name="livegps" default="dist" basedir=".">
    22  <!-- compilation properties -->
    3    <property name="josm.build.dir" value="../JOSM"/>
     3   <property name="josm.build.dir" value="../../core"/>
    44   <property name="josm.home.dir" value="${user.home}/.josm"/>
    55   <property name="plugin.build.dir" value="build"/>
Note: See TracChangeset for help on using the changeset viewer.