Skip to content

Commit

Permalink
excluding extraneous references to competing Spring.Web.Mvc assemblie…
Browse files Browse the repository at this point in the history
…s in test build files
  • Loading branch information
sbohlen committed May 5, 2012
1 parent c6eeb11 commit 0213f6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build
Expand Up @@ -59,6 +59,8 @@
<exclude if="${net-4.0}" name="System.Web.Extensions.dll" />
<exclude name="Spring.Web.Mvc3.dll" />
<exclude name="Spring.Web.Mvc3.Tests.dll" />
<exclude name="Spring.Web.Mvc4.dll" />
<exclude name="Spring.Web.Mvc4.Tests.dll" />
</references>
</csc>
<copy todir="${current.bin.dir}">
Expand Down
2 changes: 2 additions & 0 deletions test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build
Expand Up @@ -55,6 +55,8 @@
<exclude name="System.Web.Extensions.dll" />
<exclude name="Spring.Web.Mvc.dll" />
<exclude name="Spring.Web.Mvc.Tests.dll" />
<exclude name="Spring.Web.Mvc4.dll" />
<exclude name="Spring.Web.Mvc4.Tests.dll" />
</references>
</csc>
<copy todir="${current.bin.dir}">
Expand Down
2 changes: 2 additions & 0 deletions test/Spring/Spring.Web.Mvc4.Tests/Spring.Web.Mvc4.Tests.build
Expand Up @@ -60,6 +60,8 @@
<exclude name="System.Web.Extensions.dll" />
<exclude name="Spring.Web.Mvc.dll" />
<exclude name="Spring.Web.Mvc.Tests.dll" />
<exclude name="Spring.Web.Mvc3.dll" />
<exclude name="Spring.Web.Mvc3.Tests.dll" />
</references>
</csc>
<copy todir="${current.bin.dir}">
Expand Down

0 comments on commit 0213f6c

Please sign in to comment.