Index: applications/editors/josm/plugins/colorscheme/build.xml
===================================================================
--- applications/editors/josm/plugins/colorscheme/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/colorscheme/build.xml	(revision 5197)
@@ -20,4 +20,6 @@
   <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/colorscheme/"/>
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/colorscheme/"/>
+
+  <property name="ant.build.javac.target" value="1.5"/>
   
   <target name="dist" depends="compile, site">
Index: applications/editors/josm/plugins/duplicateway/build.xml
===================================================================
--- applications/editors/josm/plugins/duplicateway/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/duplicateway/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
   
   <target name="init">
Index: applications/editors/josm/plugins/grid/build.xml
===================================================================
--- applications/editors/josm/plugins/grid/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/grid/build.xml	(revision 5197)
@@ -14,5 +14,5 @@
   <property name="josm" location="${josm.build.dir}/dist/josm-custom.jar" />
 
-
+  <property name="ant.build.javac.target" value="1.5"/>
 
   <target name="init">
Index: applications/editors/josm/plugins/lakewalker/build.xml
===================================================================
--- applications/editors/josm/plugins/lakewalker/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/lakewalker/build.xml	(revision 5197)
@@ -11,4 +11,6 @@
   
   <property name="josm" location="../../core/dist/josm-custom.jar" />
+
+  <property name="ant.build.javac.target" value="1.5"/>
 
   <target name="init">
Index: applications/editors/josm/plugins/lang/build.xml
===================================================================
--- applications/editors/josm/plugins/lang/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/lang/build.xml	(revision 5197)
@@ -10,4 +10,5 @@
   <property name="plugin.jar"		value="../dist/${plugin.name}.jar"/>
   
+  <property name="ant.build.javac.target" value="1.5"/>
 
   <target name="dist" depends="install-all">
Index: applications/editors/josm/plugins/livegps/build.xml
===================================================================
--- applications/editors/josm/plugins/livegps/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/livegps/build.xml	(revision 5197)
@@ -25,4 +25,5 @@
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/livegps/"/>
   
+  <property name="ant.build.javac.target" value="1.5"/>
 
   <target name="dist" depends="compile,site">
Index: applications/editors/josm/plugins/mappaint/build.xml
===================================================================
--- applications/editors/josm/plugins/mappaint/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/mappaint/build.xml	(revision 5197)
@@ -21,4 +21,6 @@
 
   <!-- you should not need to modify anything below this! -->
+
+  <property name="ant.build.javac.target" value="1.5"/>
 
 
Index: applications/editors/josm/plugins/namefinder/build.xml
===================================================================
--- applications/editors/josm/plugins/namefinder/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/namefinder/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
   
   <!-- init target -->
Index: applications/editors/josm/plugins/navigator/build.xml
===================================================================
--- applications/editors/josm/plugins/navigator/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/navigator/build.xml	(revision 5197)
@@ -21,4 +21,6 @@
   <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/${ant.project.name}/"/>
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/${ant.project.name}/"/>
+
+  <property name="ant.build.javac.target" value="1.5"/>
   
 
Index: applications/editors/josm/plugins/nearclick/build.xml
===================================================================
--- applications/editors/josm/plugins/nearclick/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/nearclick/build.xml	(revision 5197)
@@ -21,4 +21,6 @@
 
   <!-- you should not need to modify anything below this! -->
+
+  <property name="ant.build.javac.target" value="1.5"/>
 
 
Index: applications/editors/josm/plugins/openvisible/build.xml
===================================================================
--- applications/editors/josm/plugins/openvisible/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/openvisible/build.xml	(revision 5197)
@@ -20,4 +20,6 @@
   <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/${ant.project.name}/"/>
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/${ant.project.name}/"/>
+
+  <property name="ant.build.javac.target" value="1.5"/>
   
 
Index: applications/editors/josm/plugins/plastic_laf/build.xml
===================================================================
--- applications/editors/josm/plugins/plastic_laf/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/plastic_laf/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
 
   <target name="dist">
Index: applications/editors/josm/plugins/pluginmanager/build.xml
===================================================================
--- applications/editors/josm/plugins/pluginmanager/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/pluginmanager/build.xml	(revision 5197)
@@ -27,4 +27,6 @@
   <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/pluginmanager/"/>
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/pluginmanager/"/>
+
+  <property name="ant.build.javac.target" value="1.5"/>
   
 
Index: applications/editors/josm/plugins/slippymap/build.xml
===================================================================
--- applications/editors/josm/plugins/slippymap/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/slippymap/build.xml	(revision 5197)
@@ -10,4 +10,6 @@
   <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"/>
   
 
Index: applications/editors/josm/plugins/surveyor/build.xml
===================================================================
--- applications/editors/josm/plugins/surveyor/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/surveyor/build.xml	(revision 5197)
@@ -23,4 +23,6 @@
   <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/surveyor/"/>
   <property name="plugin.site.upload.target" value="cdaller@www.tegmento.org:public_html/josm/surveyor/"/>
+
+  <property name="ant.build.javac.target" value="1.5"/>
   
   
Index: applications/editors/josm/plugins/tagging-preset-tester/build.xml
===================================================================
--- applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
 
   <target name="compile">
Index: applications/editors/josm/plugins/utilsplugin/build.xml
===================================================================
--- applications/editors/josm/plugins/utilsplugin/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/utilsplugin/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
 
   <target name="init">
Index: applications/editors/josm/plugins/validator/build.xml
===================================================================
--- applications/editors/josm/plugins/validator/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/validator/build.xml	(revision 5197)
@@ -13,5 +13,5 @@
   <property name="josm" location="../../core/dist/josm-custom.jar" />
 
-
+  <property name="ant.build.javac.target" value="1.5"/>
   
   <target name="init">
Index: applications/editors/josm/plugins/waypoints/build.xml
===================================================================
--- applications/editors/josm/plugins/waypoints/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/waypoints/build.xml	(revision 5197)
@@ -12,4 +12,6 @@
   <!-- point to your JOSM directory -->
   <property name="josm" location="../../core/dist/josm-custom.jar" />
+
+  <property name="ant.build.javac.target" value="1.5"/>
 
 
Index: applications/editors/josm/plugins/wmsplugin/build.xml
===================================================================
--- applications/editors/josm/plugins/wmsplugin/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/wmsplugin/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
 
   <target name="init">
Index: applications/editors/josm/plugins/ywms/build.xml
===================================================================
--- applications/editors/josm/plugins/ywms/build.xml	(revision 5196)
+++ applications/editors/josm/plugins/ywms/build.xml	(revision 5197)
@@ -9,4 +9,6 @@
   <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"/>
   
   <target name="init">
