From a0186579b90039818a755636cb5aac0a6f9bf186 Mon Sep 17 00:00:00 2001 From: Michael Zilske Date: Sat, 23 Jul 2016 12:24:04 +0200 Subject: [PATCH] Version --- build.gradle | 5 +++-- src/main/java/org/matsim/contrib/josm/MapRenderer.java | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 015a1c0..37c1333 100644 --- a/build.gradle +++ b/build.gradle @@ -69,8 +69,9 @@ jar { manifest { attributes( "Plugin-Date": new Date().format("yyyy-MM-dd HH:mm"), - "Plugin-Version": "v0.6.0", - "Plugin-Mainversion": 10340, + "Plugin-Version": "v0.7.0", + "Plugin-Mainversion": 10600, + "10340_Plugin-Url": "v0.6.0;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.6.0/matsim.jar", "9278_Plugin-Url": "v0.5.9;https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.5.9/matsim.jar", "Created-By": System.getProperty('java.version') + ' (' + System.getProperty('java.vendor') + ')', "Built-With": "gradle-${project.getGradle().getGradleVersion()}, groovy-${GroovySystem.getVersion()}", diff --git a/src/main/java/org/matsim/contrib/josm/MapRenderer.java b/src/main/java/org/matsim/contrib/josm/MapRenderer.java index d1a588a..0edf002 100644 --- a/src/main/java/org/matsim/contrib/josm/MapRenderer.java +++ b/src/main/java/org/matsim/contrib/josm/MapRenderer.java @@ -129,7 +129,7 @@ private int textOffset(Way way) { * @author Nico * */ - static class Properties extends LabelCompositionStrategy implements PreferenceChangedListener { + static class Properties implements PreferenceChangedListener, LabelCompositionStrategy { private final static Properties INSTANCE = new Properties(); final static Font FONT = new Font("Droid Sans", Font.PLAIN, 14);