Changeset 29615 in osm


Ignore:
Timestamp:
2013-06-01T01:43:25+02:00 (11 years ago)
Author:
donvip
Message:

[josm_utilsplugin2] update build.xml - set plugin stage to 40 in order to load this plugin before other ones by default

File:
1 edited

Legend:

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

    r29435 r29615  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** See README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** Call "ant help" to get possible build targets.
    12 **
    13 -->
    142<project name="utilsplugin2" default="dist" basedir=".">
    153
     
    2412    <property name="plugin.icon" value="images/utils.png"/>
    2513    <property name="plugin.link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/UtilsPlugin2"/>
    26 
     14    <property name="plugin.stage" value="40"/>
     15   
    2716    <!-- ** include targets that all plugins have in common ** -->
    2817    <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.