Skip to content

Commit 0d3aa20

Browse files
author
Matthias Radestock
committed
merge bug19125 into default
2 parents 6569344 + cbd63c7 commit 0d3aa20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

default.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@
150150
</target>
151151

152152
<target name="stamp" description="removes the version identifier, so that the next build generates a fresh one">
153-
<delete file="${assemblyinfo.target}" failonerror="false" />
153+
<delete file="${core.assemblyinfo.target}" failonerror="false" />
154+
<delete file="${wcf.assemblyinfo.target}" failonerror="false" />
154155
</target>
155156

156157
<target name="doc" description="produces HTML documentation from the code"

0 commit comments

Comments
 (0)