Author: tabish Date: Tue Aug 12 15:57:20 2014 New Revision: 1617514 URL: http://svn.apache.org/r1617514 Log: 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 Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant-common.xml Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant-common.xml URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant-common.xml?rev=1617514&r1=1617513&r2=1617514&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant-common.xml (original) +++ activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant-common.xml Tue Aug 12 15:57:20 2014 @@ -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> <!-- ============================================================================================ -->
