Changeset 20583 in osm for applications/editors


Ignore:
Timestamp:
2010-03-21T16:49:59+01:00 (14 years ago)
Author:
sbrunner
Message:

add clean and LICENSE

Location:
applications/editors/josm/plugins
Files:
1 added
1 edited

Legend:

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

    r20416 r20583  
    11<project name="josm-plugins" default="build" basedir=".">
    22    <target name="compile_josm" unless="skip-josm">
    3         <echo message="test"/>
     3    <echo message="test"/>
    44        <ant dir="../core" target="dist" />
    55    </target>
     
    7373        <ant antfile="build.xml" target="clean" dir="michigan_left"/>
    7474        <ant antfile="build.xml" target="clean" dir="multipoly"/>
     75        <ant antfile="build.xml" target="clean" dir="multipoly-convert"/>
    7576        <ant antfile="build.xml" target="clean" dir="nearclick"/>
    7677        <ant antfile="build.xml" target="clean" dir="openlayers"/>
Note: See TracChangeset for help on using the changeset viewer.