Changeset 31056 in osm for applications


Ignore:
Timestamp:
2015-03-15T10:37:09+01:00 (10 years ago)
Author:
zverik
Message:

Make my plugins activate at runtime

Location:
applications/editors/josm/plugins
Files:
4 edited

Legend:

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

    r30416 r31056  
    1212    <property name="plugin.icon" value="images/dialogs/geochat.png"/>
    1313    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
     14        <property name="plugin.canloadatruntime" value="true"/>
    1415
    1516    <target name="additional-manifest">
  • applications/editors/josm/plugins/imagery_offset_db/build.xml

    r30808 r31056  
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    77    <property name="plugin.main.version" value="7687"/>
     8        <property name="plugin.canloadatruntime" value="true"/>
    89
    910    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/poly/build.xml

    r30495 r31056  
    1818    <!--<property name="plugin.requires" value="..."/>-->
    1919    <!--<property name="plugin.stage" value="..."/>-->
     20        <property name="plugin.canloadatruntime" value="true"/>
    2021
    2122    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r30587 r31056  
    1212    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/>
    1313    <property name="plugin.stage" value="10"/>
     14        <property name="plugin.canloadatruntime" value="true"/>
    1415
    1516    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.