Index: /applications/editors/josm/plugins/o5m/build.xml
===================================================================
--- /applications/editors/josm/plugins/o5m/build.xml	(revision 32836)
+++ /applications/editors/josm/plugins/o5m/build.xml	(revision 32837)
@@ -22,6 +22,6 @@
     <!-- Configure these properties (replace "..." accordingly).
          See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
+    -->
     <property name="plugin.canloadatruntime" value="true"/>
-    -->
     <property name="plugin.author" value="Gerd Petermann"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.o5m.O5mPlugin"/>
Index: plications/editors/josm/plugins/o5m/build.xml.bak
===================================================================
--- /applications/editors/josm/plugins/o5m/build.xml.bak	(revision 32836)
+++ 	(revision )
@@ -1,51 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-** This is a template build file for a JOSM  plugin.
-**
-** Maintaining versions
-** ====================
-** See README.template
-**
-** Usage
-** =====
-** Call "ant help" to get possible build targets.
-**
--->
-<project name="o5m" default="dist" basedir=".">
-
-    <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Commit message"/>
-    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="10580"/>
-
-
-    <!-- Configure these properties (replace "..." accordingly).
-         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-    <property name="plugin.canloadatruntime" value="true"/>
-    -->
-    <property name="plugin.author" value="Gerd Petermann"/>
-    <property name="plugin.class" value="org.openstreetmap.josm.plugins.o5m.O5mPlugin"/>
-    <property name="plugin.description" value="Import OSM data in o5m format"/>
-    <!--<property name="plugin.icon" value="..."/>-->
-    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
-    <!--<property name="plugin.early" value="..."/>-->
-    <!--<property name="plugin.requires" value="..."/>-->
-    <!--<property name="plugin.stage" value="..."/>-->
-
-    <!-- ** include targets that all plugins have in common ** -->
-    <import file="../build-common.xml"/>
-    <!--
-    **********************************************************
-    ** compile - complies the source tree
-    **********************************************************
-    -->
-    <target name="compile" depends="init">
-        <echo message="compiling sources for  ${plugin.jar} ... "/>
-        <javac classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false">
-            <compilerarg value="-Xlint:deprecation"/>
-            <compilerarg value="-Xlint:unchecked"/>
-            <src path="src" />
-        </javac>
-    </target>
-  
-</project>
