Ignore:
Timestamp:
2012-04-19T06:41:57+02:00 (14 years ago)
Author:
roland
Message:

Prepared the introduction of routing for route construction.

File:
1 edited

Legend:

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

    r28014 r28318  
    2727    <!-- this is the directory where the plugin jar is copied to -->
    2828    <property name="plugin.dist.dir" value="${josm.basedir}/dist"/>
    29     <property name="ant.build.javac.target" value="1.5"/>
     29    <property name="ant.build.javac.source" value="1.6"/>
     30    <property name="ant.build.javac.target" value="1.6"/>
    3031    <property name="plugin.dist.dir" value="${josm.basedir}/dist"/>
    3132    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note: See TracChangeset for help on using the changeset viewer.