fixing broken build; failed to update Spring.Web.Mvc.build file to reflect dependency on Spring.Web.dll

This commit is contained in:
sbohlen
2011-07-05 21:16:57 +00:00
parent c46d1be0e2
commit 2386f90c11

View File

@@ -28,10 +28,11 @@
<include name="**/*" />
</resources>
<references basedir="${current.bin.dir}">
<include name="Common.Logging.dll"/>
<include name="Common.Logging.dll"/>
<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" if="${nant.settings.currentframework=='net-4.0'}" />