update .build files for MVC 4 and 5 /src/ and /test/ to reflect udates to LINKed source files strategy
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
<warning number="${nowarn.numbers},1591" if="${nant.settings.currentframework=='mono-2.0'}"/>
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
<include name="../Spring.Web.Mvc3/**/*.cs" />
|
||||
<exclude name="../Spring.Web.Mvc3/**/SpringMvcApplication.cs" />
|
||||
<include name="**/*.cs" />
|
||||
<include name="../GenCommonAssemblyInfo.cs" />
|
||||
</sources>
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
<warning number="${nowarn.numbers},1591" if="${nant.settings.currentframework=='mono-2.0'}"/>
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
<include name="../Spring.Web.Mvc3/**/*.cs" />
|
||||
<exclude name="../Spring.Web.Mvc3/**/SpringMvcApplication.cs" />
|
||||
<include name="../Spring.Web.Mvc4/**/*.cs" />
|
||||
<include name="**/*.cs" />
|
||||
<include name="../GenCommonAssemblyInfo.cs" />
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
<include name="../CommonAssemblyInfo.cs" />
|
||||
<include name="../Spring.Web.Mvc3.Tests/**/*.cs" />
|
||||
<include name="../Spring.Web.Mvc4.Tests/**/*.cs" />
|
||||
<exclude name="../Spring.Web.Mvc3.Tests/**/SpringMvcDependencyResolverTests.cs" />
|
||||
</sources>
|
||||
<resources prefix="Spring" dynamicprefix="true" failonempty="true">
|
||||
<include name="../Spring.Web.Mvc3.Tests/**/*.resx" />
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
<include name="../Spring.Web.Mvc3.Tests/**/*.cs" />
|
||||
<include name="../Spring.Web.Mvc4.Tests/**/*.cs" />
|
||||
<include name="../Spring.Web.Mvc5.Tests/**/*.cs" />
|
||||
<exclude name="../Spring.Web.Mvc3.Tests/**/SpringMvcDependencyResolverTests.cs" />
|
||||
</sources>
|
||||
<resources prefix="Spring" dynamicprefix="true" failonempty="true">
|
||||
<include name="../Spring.Web.Mvc3.Tests/**/*.resx" />
|
||||
|
||||
Reference in New Issue
Block a user