Index: applications/editors/josm/plugins/tways/build.xml
===================================================================
--- applications/editors/josm/plugins/tways/build.xml	(revision 2856)
+++ 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>
