Index: applications/editors/josm/plugins/surveyor/.classpath
===================================================================
--- applications/editors/josm/plugins/surveyor/.classpath	(revision 16624)
+++ applications/editors/josm/plugins/surveyor/.classpath	(revision 16625)
@@ -4,5 +4,5 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/josm-plugin-livegps"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/livegps"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/editors/josm/plugins/surveyor/build.xml
===================================================================
--- applications/editors/josm/plugins/surveyor/build.xml	(revision 16624)
+++ applications/editors/josm/plugins/surveyor/build.xml	(revision 16625)
@@ -37,5 +37,5 @@
                 <attribute name="Plugin-Description" value="Allow adding markers/nodes on current gps positions."/>
                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/>
-                <attribute name="Plugin-Mainversion" value="1755"/>
+                <attribute name="Plugin-Mainversion" value="1815"/>
                 <attribute name="Plugin-Requires" value="livegps"/>
                 <attribute name="Plugin-Stage" value="60"/>
Index: applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/SetNodeAction.java
===================================================================
--- applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/SetNodeAction.java	(revision 16624)
+++ applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/SetNodeAction.java	(revision 16625)
@@ -71,5 +71,5 @@
         synchronized(LiveGpsLock.class) {
             Main.map.mapView.getEditLayer().data.nodes.add(node);
-            Main.ds.setSelected(node);
+            Main.main.getCurrentDataSet().setSelected(node);
         }
         Main.map.repaint();
