Ignore:
Timestamp:
2015-02-16T21:10:52+01:00 (10 years ago)
Author:
mkyral
Message:

Tracer plugin can load at runtime

File:
1 edited

Legend:

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

    r30416 r30997  
    22<project name="Tracer" default="dist" basedir=".">
    33    <!-- enter the SVN commit message -->
    4     <property name="commit.message" value="adapt to latest josm (getNodePairs changed)"/>
     4    <property name="commit.message" value="Tracer plugin can load at runtime"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    66    <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.canloadatruntime" value="true"/>
    78
    89    <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/>
Note: See TracChangeset for help on using the changeset viewer.