Changeset 31199 in osm for applications/editors


Ignore:
Timestamp:
2015-06-03T14:19:30+02:00 (9 years ago)
Author:
donvip
Message:

[josm_commons_imaging] fix plugin

Location:
applications/editors/josm/plugins/commons-imaging
Files:
8 added
35 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/commons-imaging/build.xml

    r31181 r31199  
    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="commons-imaging" default="dist" basedir=".">
    153
    164    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    175    <property name="plugin.main.version" value="7777"/>
    18     <property name="plugin.version" value="1.0"/>
    196
    207    <!-- Configure these properties (replace "..." accordingly).
    21 
    22 
    23 
    248         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    259    -->
     
    2711    <property name="plugin.class" value="org.openstreetmap.josm.plugins.commons.imaging.CommonsImagingPlugin"/>
    2812    <property name="plugin.description" value="Provides Commons Imaging library. Not meant to be installed directly by users, but rather as a dependency for other plugins."/>
    29    
    3013   
    3114        <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3215        <property name="plugin.dist.dir" value="../../dist"/>
    33        
     16    <property name="plugin.stage" value="10"/>
     17
    3418    <!-- ** include targets that all plugins have in common ** -->
    3519    <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.