fixing broken build by adding missing ref to Spring.Web.dll assembly in the Mvc3 build script

This commit is contained in:
sbohlen
2011-06-02 02:58:55 +00:00
parent 6edcc27814
commit 8d9993e8a7

View File

@@ -32,6 +32,7 @@
<include name="antlr.runtime.dll" />
<include name="Spring.Core.dll" />
<include name="Spring.Aop.dll" />
<include name="Spring.Web.dll" />
<include name="System.Configuration.dll" />
<include name="System.Web.dll" />
<include name="System.Web.Routing.dll"/>