File tree Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Original file line number Diff line number Diff line change
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
+ ===========================================================================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 42
42
<property name="release.dir" value="releases/rabbitmq-dotnet-client"/>
43
43
<property name="release.version.dir" value="${release.dir}/v${fullversion}"/>
44
44
<property name="release.src.zip" value="${nameversion}.zip" />
45
+ <property name="web.url" value="http://stage.rabbitmq.com/" />
45
46
46
47
<target name="clean" description="remove all generated files"
47
48
depends="clean-base,clean-wcf" />
380
381
<target name="build-dist-dir" description="(internal) just copy files into a dist dir, without cleaning or stamping">
381
382
<delete dir="${dist.dir}" failonerror="false"/>
382
383
<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>
383
389
<copy todir="${dist.dir}">
384
390
<fileset>
385
- <include name="README.txt"/>
386
391
<include name="LICENSE"/>
387
392
<include name="LICENSE-APACHE2"/>
388
393
<include name="LICENSE-MPL-RabbitMQ"/>
389
394
</fileset>
390
- <filterchain>
391
- <replacetokens>
392
- <token key="FULLVERSION" value="${fullversion}" />
393
- </replacetokens>
394
- </filterchain>
395
395
</copy>
396
396
<mkdir dir="${dist.dir}/bin"/>
397
397
<copy todir="${dist.dir}/bin" flatten="true">
You can’t perform that action at this time.
0 commit comments