Changeset 19921 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-02-07T20:03:09+01:00 (15 years ago)
Author:
bilbo
Message:

Add tracer plugin to build.xml, so it is build when all plugins are built.

File:
1 edited

Legend:

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

    r18960 r19921  
    3838        <ant antfile="build.xml" target="dist" dir="tageditor"/>
    3939        <ant antfile="build.xml" target="dist" dir="terracer"/>
     40        <ant antfile="build.xml" target="dist" dir="tracer"/>
    4041        <ant antfile="build.xml" target="dist" dir="validator"/>
    4142        <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
     
    8182        <ant antfile="build.xml" target="clean" dir="tageditor"/>
    8283        <ant antfile="build.xml" target="clean" dir="terracer"/>
     84        <ant antfile="build.xml" target="clean" dir="tracer"/>
    8385        <ant antfile="build.xml" target="clean" dir="validator"/>
    8486        <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
Note: See TracChangeset for help on using the changeset viewer.