misc build script changes and add MVC example app

This commit is contained in:
sbohlen
2010-12-09 17:10:50 +00:00
parent b16ec89b35
commit 91549d3d36
41 changed files with 26970 additions and 6 deletions

View File

@@ -22,6 +22,8 @@
<include name="Common.Logging.*"/>
<exclude name="System.Web.Extensions.dll" if="${net-3.5}"/>
<exclude name="System.Web.Extensions.dll" if="${net-4.0}"/>
<exclude name="Quartz.dll" if="${net-3.5}"/>
<exclude name="Quartz.dll" if="${net-4.0}"/>
<exclude name="Spring.Services.dll"/>
<exclude name="Spring.Services.pdb"/>
<exclude name="Spring.Services.xml"/>
@@ -37,7 +39,9 @@
<include name="Spring.**.xml"/>
<include name="Common.Logging.*"/>
<exclude name="System.Web.Extensions.dll" if="${net-3.5}"/>
<exclude name="System.Web.Extensions.dll" if="${net-4.0}"/>
<exclude name="System.Web.Extensions.dll" if="${net-4.0}"/>
<exclude name="Quartz.dll" if="${net-3.5}"/>
<exclude name="Quartz.dll" if="${net-4.0}"/>
<exclude name="Spring.Services.dll"/>
<exclude name="Spring.Services.pdb"/>
<exclude name="Spring.Services.xml"/>