Index: /applications/editors/josm/plugins/conflation/build.xml
===================================================================
--- /applications/editors/josm/plugins/conflation/build.xml	(revision 27967)
+++ /applications/editors/josm/plugins/conflation/build.xml	(revision 27968)
@@ -31,5 +31,4 @@
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="4980"/>
-    <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>
 
     <!--
@@ -39,4 +38,7 @@
     -->
     <import file="../build-common.xml"/>
+
+    <!-- Needs to be used after import, otherwise ${plugin.dist.dir} is not defined -->
+    <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>   
 
     <!--
