Index: /applications/editors/josm/plugins/geochat/build.xml
===================================================================
--- /applications/editors/josm/plugins/geochat/build.xml	(revision 31055)
+++ /applications/editors/josm/plugins/geochat/build.xml	(revision 31056)
@@ -12,4 +12,5 @@
     <property name="plugin.icon" value="images/dialogs/geochat.png"/>
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
+	<property name="plugin.canloadatruntime" value="true"/>
 
     <target name="additional-manifest">
Index: /applications/editors/josm/plugins/imagery_offset_db/build.xml
===================================================================
--- /applications/editors/josm/plugins/imagery_offset_db/build.xml	(revision 31055)
+++ /applications/editors/josm/plugins/imagery_offset_db/build.xml	(revision 31056)
@@ -6,4 +6,5 @@
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="7687"/>
+	<property name="plugin.canloadatruntime" value="true"/>
 
     <property name="plugin.author" value="Ilya Zverev"/>
Index: /applications/editors/josm/plugins/poly/build.xml
===================================================================
--- /applications/editors/josm/plugins/poly/build.xml	(revision 31055)
+++ /applications/editors/josm/plugins/poly/build.xml	(revision 31056)
@@ -18,4 +18,5 @@
     <!--<property name="plugin.requires" value="..."/>-->
     <!--<property name="plugin.stage" value="..."/>-->
+	<property name="plugin.canloadatruntime" value="true"/>
 
     <!-- ** include targets that all plugins have in common ** -->
Index: /applications/editors/josm/plugins/reltoolbox/build.xml
===================================================================
--- /applications/editors/josm/plugins/reltoolbox/build.xml	(revision 31055)
+++ /applications/editors/josm/plugins/reltoolbox/build.xml	(revision 31056)
@@ -12,4 +12,5 @@
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/>
     <property name="plugin.stage" value="10"/>
+	<property name="plugin.canloadatruntime" value="true"/>
 
     <!-- ** include targets that all plugins have in common ** -->
