Index: /applications/editors/josm/plugins/ElevationProfile/.classpath
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/.classpath	(revision 23776)
+++ /applications/editors/josm/plugins/ElevationProfile/.classpath	(revision 23777)
@@ -2,8 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="lib" path="lib/josm-tested.jar" sourcepath="J:/Dokumente und Einstellungen/Oliver/Eigene Dateien/Java/applications/editors/josm/core/src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+	<classpathentry kind="lib" path="J:/Dokumente und Einstellungen/Oliver/Eigene Dateien/Java/JOSM/applications/editors/josm/core/dist/3529/josm-tested.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: /applications/editors/josm/plugins/ElevationProfile/.project
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/.project	(revision 23776)
+++ /applications/editors/josm/plugins/ElevationProfile/.project	(revision 23777)
@@ -7,6 +7,11 @@
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<triggers>full,incremental,</triggers>
 			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
+				</dictionary>
 			</arguments>
 		</buildCommand>
Index: /applications/editors/josm/plugins/ElevationProfile/build.xml
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/build.xml	(revision 23776)
+++ /applications/editors/josm/plugins/ElevationProfile/build.xml	(revision 23777)
@@ -27,5 +27,5 @@
      -->
 	<property name="josm_unstable"          location="../../core/dist/josm-custom.jar"/>
-	<property name="josm"                   location="lib/josm-tested.jar"/>
+	<property name="josm"                   location="../../core/dist/3529/josm-tested.jar"/>
     <property name="plugin.build.dir"       value="build"/>
     <property name="plugin.src.dir"         value="src"/>
