[josm-plugins] branch master updated (3737a1b -> 1c61297)

Bas Couwenberg sebastic at debian.org
Fri Aug 12 14:30:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository josm-plugins.

      from  3737a1b   Set distribution to unstable.
       new  16a0685   Imported Upstream version 0.0.svn32805+ds
       new  c1a05e5   Merge tag 'upstream/0.0.svn32805+ds'
       new  f03c630   New upstream SVN snapshot.
       new  4f4139d   Update JDK dependency to require at least version 1.8.
       new  ca5b3fd   Bump JOSM dependency to 10786.
       new  7e1bcec   Refresh patches.
       new  1c61297   Set distribution to unstable.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DirectUpload/.classpath                            |   2 +-
 DirectUpload/.settings/org.eclipse.jdt.core.prefs  |   6 +-
 DirectUpload/build.xml                             |   2 +-
 build-common.xml                                   |  22 ++-
 colorscheme/.classpath                             |   2 +-
 colorscheme/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 colorscheme/build.xml                              |   2 +-
 debian/changelog                                   |  10 ++
 debian/control                                     |  10 +-
 debian/patches/00-fix_build-common.patch           |  34 +++-
 debian/patches/150_routing.diff                    |   2 +-
 editgpx/.classpath                                 |   2 +-
 editgpx/.settings/org.eclipse.jdt.core.prefs       |   6 +-
 editgpx/build.xml                                  |   2 +-
 lakewalker/.checkstyle                             |  18 ++
 lakewalker/.classpath                              |   2 +-
 lakewalker/.project                                |   6 +
 lakewalker/.settings/org.eclipse.jdt.core.prefs    |   6 +-
 lakewalker/build.xml                               |   2 +-
 lakewalker/nbproject/project.xml                   |   2 +-
 .../josm/plugins/lakewalker/BooleanConfigurer.java |  27 +--
 .../josm/plugins/lakewalker/Configurer.java        |  19 +-
 .../josm/plugins/lakewalker/DoubleConfigurer.java  |  22 +--
 .../josm/plugins/lakewalker/IntConfigurer.java     |  27 +--
 .../josm/plugins/lakewalker/Lakewalker.java        | 195 ++++++++++-----------
 .../josm/plugins/lakewalker/LakewalkerAction.java  |  46 ++---
 .../plugins/lakewalker/LakewalkerException.java    |   5 +-
 .../josm/plugins/lakewalker/LakewalkerPlugin.java  |   3 +-
 .../plugins/lakewalker/LakewalkerPreferences.java  |   5 +-
 .../josm/plugins/lakewalker/LakewalkerWMS.java     |  83 ++++-----
 .../josm/plugins/lakewalker/StringConfigurer.java  |  22 +--
 .../plugins/lakewalker/StringEnumConfigurer.java   |  46 ++---
 measurement/.classpath                             |   2 +-
 measurement/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 measurement/build.xml                              |   2 +-
 .../plugins/measurement/MeasurementDialog.java     |  10 +-
 openvisible/.classpath                             |   2 +-
 openvisible/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 openvisible/build.xml                              |   2 +-
 openvisible/nbproject/project.xml                  |   2 +-
 routing/.checkstyle                                |  18 ++
 routing/.classpath                                 |   2 +-
 routing/.project                                   |   6 +
 routing/.settings/org.eclipse.jdt.core.prefs       |   6 +-
 routing/build.xml                                  |   2 +-
 .../com/innovant/josm/jrt/core/EdgeIterator.java   |   5 +-
 .../com/innovant/josm/jrt/core/RoutingEdge.java    |  21 +--
 .../com/innovant/josm/jrt/core/RoutingGraph.java   | 118 +++++--------
 .../josm/jrt/core/RoutingGraphDelegator.java       |  13 +-
 .../com/innovant/josm/jrt/core/RoutingProfile.java |  18 +-
 .../innovant/josm/jrt/gtfs/GTFSTransportModes.java |   7 +-
 routing/src/com/innovant/josm/jrt/osm/OsmEdge.java | 132 ++++++--------
 .../src/com/innovant/josm/jrt/osm/OsmWayTypes.java |  88 ++++------
 .../innovant/josm/plugin/routing/RoutingLayer.java | 147 +++++++---------
 .../innovant/josm/plugin/routing/RoutingModel.java |  63 ++-----
 .../josm/plugin/routing/RoutingPlugin.java         |  36 +---
 .../plugin/routing/actions/AddRouteNodeAction.java |  35 +---
 .../routing/actions/MoveRouteNodeAction.java       |  45 +----
 .../routing/actions/RemoveRouteNodeAction.java     |  32 +---
 .../josm/plugin/routing/gui/RoutingDialog.java     |  34 +---
 .../josm/plugin/routing/gui/RoutingMenu.java       |  48 ++---
 .../routing/gui/RoutingPreferenceDialog.java       |  52 ++----
 svn-info.xml                                       |  10 +-
 63 files changed, 640 insertions(+), 974 deletions(-)
 create mode 100644 lakewalker/.checkstyle
 create mode 100644 routing/.checkstyle

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list