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

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

commit 7091500ae59ccb14d25fc81407149fb605012f4d
Merge: 14efaba 961fcf5
Author: David Paleino <da...@debian.org>
Date:   Tue Sep 7 11:06:15 2010 +0200

    Merge commit 'upstream/0.0.svn23040'

 cadastre-fr/.settings/org.eclipse.jdt.core.prefs   |   12 +
 cadastre-fr/build.xml                              |   42 +-
 cadastre-fr/src/cadastre_fr/Address.java           |   17 +-
 cadastre-fr/src/cadastre_fr/CadastreInterface.java |   13 +
 cadastre-fr/src/cadastre_fr/CadastrePlugin.java    |    5 +-
 .../src/cadastre_fr/CadastrePreferenceSetting.java |    9 +-
 cadastre-fr/src/cadastre_fr/WMSLayer.java          |   50 +-
 editgpx/build.xml                                  |   16 +-
 .../josm/plugins/editgpx/EditGpxLayer.java         |   24 +-
 .../josm/plugins/editgpx/EditGpxPlugin.java        |    1 -
 measurement/build.xml                              |   16 +-
 .../josm/plugins/measurement/MeasurementLayer.java |   19 +-
 {wmsplugin => remotecontrol}/.classpath            |   14 +-
 remotecontrol/.project                             |   18 +
 remotecontrol/CONTRIBUTION                         |    6 +
 remotecontrol/README                               |    9 +
 {cadastre-fr => remotecontrol}/build.xml           |   36 +-
 remotecontrol/images/preferences/remotecontrol.gif |  Bin 0 -> 472 bytes
 .../josm/plugins/remotecontrol/HttpServer.java     |   75 ++
 .../josm/plugins/remotecontrol/PermissionPref.java |   24 +
 .../remotecontrol/PermissionPrefWithDefault.java   |   22 +
 .../plugins/remotecontrol/RemoteControlPlugin.java |  106 ++
 .../remotecontrol/RemoteControlPreferences.java    |   80 ++
 .../josm/plugins/remotecontrol/RequestHandler.java |  207 ++++
 .../RequestHandlerBadRequestException.java         |    4 +
 .../RequestHandlerErrorException.java              |    4 +
 .../remotecontrol/RequestHandlerException.java     |    4 +
 .../RequestHandlerForbiddenException.java          |    5 +
 .../plugins/remotecontrol/RequestProcessor.java    |  308 +++++
 .../remotecontrol/handler/AddNodeHandler.java      |   68 ++
 .../remotecontrol/handler/ImportHandler.java       |   52 +
 .../remotecontrol/handler/LoadAndZoomHandler.java  |  167 +++
 .../remotecontrol/handler/VersionHandler.java      |   41 +
 routing/build.xml                                  |   16 +-
 .../innovant/josm/plugin/routing/RoutingLayer.java |   22 +-
 slippymap/build.xml                                |   18 +-
 .../josm-slippymap.launch                          |    4 +-
 .../josm/plugins/slippymap/SlippyMapLayer.java     |   58 +-
 .../josm/plugins/slippymap/SlippyMapPlugin.java    |   48 +-
 .../slippymap/SlippyMapPreferenceSetting.java      |   34 +-
 .../plugins/slippymap/SlippyMapPreferences.java    |   57 +-
 .../josm/plugins/slippymap/SlippyMapTile.java      |    0
 svn-info.xml                                       |    8 +-
 wmsplugin/.classpath                               |    4 +-
 wmsplugin/.settings/org.eclipse.jdt.core.prefs     |   12 +
 wmsplugin/build.xml                                |   19 +-
 wmsplugin/josm-wmsplugin.launch                    |    2 +-
 wmsplugin/sources.cfg                              |    6 +-
 wmsplugin/src/wmsplugin/AddWMSLayerPanel.java      |  507 ++++++++
 wmsplugin/src/wmsplugin/GeorefImage.java           |  208 ++--
 wmsplugin/src/wmsplugin/Grabber.java               |  212 ++--
 wmsplugin/src/wmsplugin/HTMLGrabber.java           |   61 +-
 .../src/wmsplugin/Map_Rectifier_WMSmenuAction.java |  432 +++----
 wmsplugin/src/wmsplugin/WMSAdjustAction.java       |  368 +++---
 wmsplugin/src/wmsplugin/WMSDownloadAction.java     |   42 +-
 wmsplugin/src/wmsplugin/WMSGrabber.java            |  354 +++---
 wmsplugin/src/wmsplugin/WMSLayer.java              | 1228 ++++++++++++--------
 wmsplugin/src/wmsplugin/WMSPlugin.java             |  578 +++++----
 wmsplugin/src/wmsplugin/WMSPreferenceEditor.java   |   66 +-
 wmsplugin/src/wmsplugin/WMSRemoteHandler.java      |  110 ++
 wmsplugin/src/wmsplugin/WMSRequest.java            |  101 ++
 61 files changed, 4282 insertions(+), 1767 deletions(-)

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to