Skip to content

Commit 97b90dd

Browse files
author
Matthias Radestock
committed
merge bug20064 into v1_5_1
2 parents e6e2d19 + 181496b commit 97b90dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD.in renamed to README.in

File renamed without changes.

default.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@
383383
<target name="build-dist-dir" description="(internal) just copy files into a dist dir, without cleaning or stamping">
384384
<delete dir="${dist.dir}" failonerror="false"/>
385385
<mkdir dir="${dist.dir}"/>
386-
<copy file="BUILD.in" tofile="${dist.dir}/BUILD"/>
387-
<exec program="links" append="true" output="${dist.dir}/BUILD" failonerror="false">
386+
<copy file="README.in" tofile="${dist.dir}/README"/>
387+
<exec program="links" append="true" output="${dist.dir}/README" failonerror="false">
388388
<arg value="-dump" />
389389
<arg value="${web.url}build-dotnet-client.html" />
390390
</exec>

0 commit comments

Comments
 (0)