fixing broken build by adding missing ref to Spring.Web.dll assembly in the Mvc3 build script
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user