Index: /applications/editors/josm/plugins/slippy_map_chooser/build.xml
===================================================================
--- /applications/editors/josm/plugins/slippy_map_chooser/build.xml	(revision 9938)
+++ /applications/editors/josm/plugins/slippy_map_chooser/build.xml	(revision 9939)
@@ -10,11 +10,11 @@
 
   <!-- compilation properties -->
-  <property name="josm.build.dir"	value="../../core"/>
+  <property name="josm.build.dir"   value="../../core"/>
   <property name="josm.plugins.dir" value="${josm.home.dir}/plugins"/>
-  <property name="josm"				location="../../core/dist/josm-custom.jar" />
-  <property name="plugin.build.dir"	value="build"/>
-  <property name="plugin.dist.dir"	value="../../dist"/>
-  <property name="plugin.name"		value="${ant.project.name}"/>
-  <property name="plugin.jar"		value="../../dist/${plugin.name}.jar"/>
+  <property name="josm"             location="../../core/dist/josm-custom.jar" />
+  <property name="plugin.build.dir" value="build"/>
+  <property name="plugin.dist.dir"  value="../../dist"/>
+  <property name="plugin.name"      value="${ant.project.name}"/>
+  <property name="plugin.jar"       value="../../dist/${plugin.name}.jar"/>
 
   <property name="ant.build.javac.target" value="1.5"/>
@@ -35,11 +35,11 @@
 
     <jar destfile="${plugin.jar}" basedir="build">
-    	<manifest>
+        <manifest>
           <attribute name="Plugin-Class" value="SlippyMapChooserPlugin" />
-			<attribute name="Plugin-Description" value="Adds a new download dialog that allows to select the download rectangle on the slippy map. With this plugin it's possible to download ways and gpx logs without knowing the coordinates of the desired download rectangle - just navigate to the desired area by zooming and moving the slippy map, mark the area with a rectangle and click download. Works great together with the namefinder plugin!" />
-			<attribute name="Plugin-Author" value="slippy_map_chooser@freakmail.de" />
-                        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
-                        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
-		</manifest>
+            <attribute name="Plugin-Description" value="Adds a new download dialog that allows to select the download rectangle on the slippy map. With this plugin it's possible to download ways and gpx logs without knowing the coordinates of the desired download rectangle - just navigate to the desired area by zooming and moving the slippy map, mark the area with a rectangle and click download. Works great together with the namefinder plugin!" />
+            <attribute name="Plugin-Author" value="slippy_map_chooser@freakmail.de" />
+            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
+            <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
+        </manifest>
     </jar>
   </target>
@@ -49,14 +49,14 @@
     <javac srcdir="src;src_jmv" classpath="${josm}" destdir="build" debug="true"/>
   </target>
-  
+
   <target name="init">
     <mkdir dir="${plugin.build.dir}" />
   </target>
-  
+
   <target name="clean">
     <delete dir="${plugin.build.dir}" />
     <delete file="${plugin.jar}" />
   </target>
-  
+
   <target name="install" depends="dist">
     <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
