Ignore:
Timestamp:
2007-08-12T13:08:46+02:00 (19 years ago)
Author:
david
Message:
 
File:
1 edited

Legend:

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

    r3789 r4088  
    88        <!-- Windows has a different home directory scheme then unix/linux -->
    99        <!-- I don't know an automatic way to find it with ant :-(, if you know, please fix -->
    10         <property name="plugins" location="${user.home}/.josm/plugins" ></property>
    11         <!--<property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>-->
     10        <!--<property name="plugins" location="${user.home}/.josm/plugins" ></property>-->
     11        <property name="plugins" location="${user.home}/Application Data/JOSM/plugins" ></property>
    1212
    1313        <!-- you should not need to modify anything below this! -->
     
    2020
    2121        <target name="compile" depends="init">
    22                 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true">
     22                <javac srcdir="src" target="1.5" classpath="${josm}" destdir="build" debug="true">
    2323                        <include name="**/*.java" />
    2424                </javac>
Note: See TracChangeset for help on using the changeset viewer.