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

add livegps to global build

File:
1 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"/>
Note: See TracChangeset for help on using the changeset viewer.