Ignore:
Timestamp:
2007-12-21T03:27:11+01:00 (18 years ago)
Author:
jrreid
Message:

Add preference to select the default tag applied to the ways, and correct a bug that resulted in the ways not being closed. Also update build.xml to call javac to compile automatically.

File:
1 edited

Legend:

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

    r6100 r6127  
    2828  <target name="compile" depends="init">
    2929    <mkdir dir="build"></mkdir>
     30    <javac srcdir="src" classpath="${josm}" destdir="build" debug="true">
     31          <include name="**/*.java" />
     32        </javac>
    3033    <mkdir dir="build/images"></mkdir>
    3134    <copy todir="build">
Note: See TracChangeset for help on using the changeset viewer.