Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

Location:
applications/editors/josm/plugins/osmarender
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender/.externalToolBuilders/copy_styles.launch

    r21422 r29854  
    1212<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
    1313<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
    14 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="osmarender"/>
    15 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/osmarender/build.xml}"/>
     14<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JOSM"/>
     15<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/JOSM-osmarender/build.xml}"/>
    1616<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
    1717<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dplugin.build.dir=bin"/>
  • applications/editors/josm/plugins/osmarender/build.xml

    r29435 r29854  
    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="osmarender" default="install" basedir=".">
    153
     
    175    <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="5631"/>
     7    <property name="plugin.main.version" value="6162"/>
    208
    219    <property name="stylesheets" location="./stylesheets"/>
  • applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java

    r29639 r29854  
    220220
    221221        writer.close();
     222        reader.close();
    222223    }
    223224}
Note: See TracChangeset for help on using the changeset viewer.