https://issues.apache.org/jira/browse/AMQNET-454

apply: https://issues.apache.org/jira/secure/attachment/12661227/Apache.NMS.AMQP-27-nant-unmanaged-copy.patch
diff --git a/nant-common.xml b/nant-common.xml
index 55694f9..74f1f27 100644
--- a/nant-common.xml
+++ b/nant-common.xml
@@ -384,6 +384,7 @@
                 <copy todir="${build.bin.dir}" file="${content.filename}" if="${not file::up-to-date(content.filename, '${build.bin.dir}/${content.filename}')}" />
             </do>
         </foreach>
+        <call target="copy-unmanaged-content" /> 
     </target>
 
     <!-- ============================================================================================ -->