Index: /applications/editors/josm/plugins/build.xml
===================================================================
--- /applications/editors/josm/plugins/build.xml	(revision 3799)
+++ /applications/editors/josm/plugins/build.xml	(revision 3800)
@@ -36,5 +36,5 @@
 		<ant dir="surveyor" antfile="build.xml" target="dist"/>
 		<ant dir="tagging-preset-tester" antfile="build.xml" target="build"/>
-		<ant dir="tways" antfile="build.xml" target="jar"/>
+		<ant dir="tways" antfile="build.xml" target="build"/>
 		<ant dir="validator" antfile="build.xml" target="build"/>
 		<ant dir="waypoints" antfile="build.xml" target="build"/>
Index: /applications/editors/josm/plugins/tways/build.xml
===================================================================
--- /applications/editors/josm/plugins/tways/build.xml	(revision 3799)
+++ /applications/editors/josm/plugins/tways/build.xml	(revision 3800)
@@ -10,5 +10,5 @@
   </target>
 
-  <target name="jar" depends="compile">
+  <target name="build" depends="compile">
     <jar destfile="tways.jar" basedir="build">
       <manifest>
@@ -26,5 +26,5 @@
   </target>
 
-  <target name="install" depends="jar">
+  <target name="install" depends="build">
     <copy file="tways.jar" todir="${user.home}/.josm/plugins"/>
   </target>
