Skip to content

Commit 6569344

Browse files
author
Matthias Radestock
committed
merge bug18793 into default
2 parents c8d1042 + 487e76e commit 6569344

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

BUILD.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Please see http://www.rabbitmq.com/build-dotnet-client.html for build
2+
instructions.
3+
4+
For your convenience, a text copy of these instructions is available
5+
below. Please be aware that the instructions here may not be as up to
6+
date as those at the above URL.
7+
8+
===========================================================================

README.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

default.build

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<property name="release.dir" value="releases/rabbitmq-dotnet-client"/>
4343
<property name="release.version.dir" value="${release.dir}/v${fullversion}"/>
4444
<property name="release.src.zip" value="${nameversion}.zip" />
45+
<property name="web.url" value="http://stage.rabbitmq.com/" />
4546

4647
<target name="clean" description="remove all generated files"
4748
depends="clean-base,clean-wcf" />
@@ -380,18 +381,17 @@
380381
<target name="build-dist-dir" description="(internal) just copy files into a dist dir, without cleaning or stamping">
381382
<delete dir="${dist.dir}" failonerror="false"/>
382383
<mkdir dir="${dist.dir}"/>
384+
<copy file="BUILD.in" tofile="${dist.dir}/BUILD"/>
385+
<exec program="links" append="true" output="${dist.dir}/BUILD" failonerror="false">
386+
<arg value="-dump" />
387+
<arg value="${web.url}build-dotnet-client.html" />
388+
</exec>
383389
<copy todir="${dist.dir}">
384390
<fileset>
385-
<include name="README.txt"/>
386391
<include name="LICENSE"/>
387392
<include name="LICENSE-APACHE2"/>
388393
<include name="LICENSE-MPL-RabbitMQ"/>
389394
</fileset>
390-
<filterchain>
391-
<replacetokens>
392-
<token key="FULLVERSION" value="${fullversion}" />
393-
</replacetokens>
394-
</filterchain>
395395
</copy>
396396
<mkdir dir="${dist.dir}/bin"/>
397397
<copy todir="${dist.dir}/bin" flatten="true">

0 commit comments

Comments
 (0)