Index: applications/editors/josm/plugins/OpeningHoursEditor/build.xml
===================================================================
--- applications/editors/josm/plugins/OpeningHoursEditor/build.xml	(revision 26002)
+++ applications/editors/josm/plugins/OpeningHoursEditor/build.xml	(revision 26174)
@@ -1,3 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 ** This is a template build file for a JOSM  plugin.
@@ -29,39 +29,32 @@
 -->
 <project name="OpeningHoursEditor" default="dist" basedir=".">
-
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="fixed main version" />
+    <property name="commit.message" value="fixed main version"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="3835" />
-
-
+    <property name="plugin.main.version" value="3835"/>
     <!--
       ************************************************
       ** should not be necessary to change the following properties
      -->
-    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
-    <property name="plugin.build.dir"       value="build"/>
-    <property name="plugin.src.dir"         value="src"/>
+    <property name="josm" location="../../core/dist/josm-custom.jar"/>
+    <property name="plugin.build.dir" value="build"/>
+    <property name="plugin.src.dir" value="src"/>
     <!-- this is the directory where the plugin jar is copied to -->
-    <property name="plugin.dist.dir"        value="../../dist"/>
+    <property name="plugin.dist.dir" value="../../dist"/>
     <property name="ant.build.javac.target" value="1.5"/>
-    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
-
-
-	<!--
+    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
+    <!--
     **********************************************************
     ** javacc-otc - compiles OpeningTimeCompiler
     **
-	** can be changed see http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm#tth_sEc2.5
-    **********************************************************
-    -->
-	<target name="javacc-otc">
-		<echo message="compiling OpeningTimeCompiler with javacc ... " />
-		<exec executable="javacc" dir="src/org/openstreetmap/josm/plugins/ohe/parser/">
-			<arg value="OpeningTimeCompiler.jj" />
-		</exec>
-	</target>
-	
-	
+    ** can be changed see http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm#tth_sEc2.5
+    **********************************************************
+    -->
+    <target name="javacc-otc">
+        <echo message="compiling OpeningTimeCompiler with javacc ... "/>
+        <exec executable="javacc" dir="src/org/openstreetmap/josm/plugins/ohe/parser/">
+            <arg value="OpeningTimeCompiler.jj"/>
+        </exec>
+    </target>
     <!--
     **********************************************************
@@ -72,5 +65,4 @@
         <mkdir dir="${plugin.build.dir}"/>
     </target>
-
     <!--
     **********************************************************
@@ -85,5 +77,4 @@
         </javac>
     </target>
-
     <!--
     **********************************************************
@@ -96,8 +87,11 @@
             <fileset dir="images"/>
         </copy>
+        <copy todir="${plugin.build.dir}/data">
+            <fileset dir="data"/>
+        </copy>
         <copy todir="${plugin.build.dir}">
             <fileset dir=".">
-                <include name="README" />
-                <include name="LICENSE" />
+                <include name="README"/>
+                <include name="LICENSE"/>
             </fileset>
         </copy>
@@ -111,17 +105,16 @@
         ************************************************
     -->
-			<manifest>
-				<attribute name="Author" value="Falko Thomale" />
-				<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ohe.OhePlugin" />
-				<attribute name="Plugin-Date" value="${version.entry.commit.date}" />
-				<attribute name="Plugin-Description" value="extended options for editing opening_hours" />
+            <manifest>
+                <attribute name="Author" value="Falko Thomale"/>
+                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ohe.OhePlugin"/>
+                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
+                <attribute name="Plugin-Description" value="extended options for editing opening_hours"/>
                 <attribute name="Plugin-Icon" value="images/opening_hours.png"/>
-				<attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor" />
-				<attribute name="Plugin-Mainversion" value="${plugin.main.version}" />
-				<attribute name="Plugin-Version" value="${version.entry.commit.revision}" />
-			</manifest>
+                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/>
+                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
+                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
+            </manifest>
         </jar>
     </target>
-
     <!--
     **********************************************************
@@ -132,5 +125,4 @@
     -->
     <target name="revision">
-
         <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
             <env key="LANG" value="C"/>
@@ -142,5 +134,4 @@
         <delete file="REVISION"/>
     </target>
-
     <!--
     **********************************************************
@@ -152,5 +143,4 @@
         <delete file="${plugin.jar}"/>
     </target>
-
     <!--
     **********************************************************
@@ -167,6 +157,4 @@
         <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
     </target>
-
-
     <!--
     ************************** Publishing the plugin *********************************** 
@@ -187,7 +175,6 @@
         <echo>Building against core revision ${coreversion.info.entry.revision}.</echo>
         <echo>Plugin-Mainversion is set to ${plugin.main.version}.</echo>
-        <delete file="core.info.xml" />
-    </target>
-
+        <delete file="core.info.xml"/>
+    </target>
     <!--
         ** commits the source tree for this plugin
@@ -202,5 +189,4 @@
         </exec>
     </target>
-
     <!--
         ** updates (svn up) the source tree for this plugin
@@ -220,5 +206,4 @@
         </exec>
     </target>
-
     <!--
         ** commits the plugin.jar 
@@ -242,10 +227,9 @@
         </exec>
     </target>
-
     <!-- ** make sure svn is present as a command line tool ** -->
     <target name="ensure-svn-present">
         <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false" failonerror="false" resultproperty="svn.exit.code">
-            <env key="LANG" value="C" />
-            <arg value="--version" />
+            <env key="LANG" value="C"/>
+            <arg value="--version"/>
         </exec>
         <fail message="Fatal: command 'svn --version' failed. Please make sure svn is installed on your system.">
@@ -253,5 +237,5 @@
             <condition>
                 <not>
-                    <isset property="svn.exit.code" />
+                    <isset property="svn.exit.code"/>
                 </not>
             </condition>
@@ -260,9 +244,8 @@
             <!-- error code from SVN? Most likely svn is not what we are looking on this system -->
             <condition>
-                <isfailure code="${svn.exit.code}" />
+                <isfailure code="${svn.exit.code}"/>
             </condition>
         </fail>
     </target>
-
     <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
     </target>
