From 3bd1c5b33be10582b8d81c322a74b033342d9eee Mon Sep 17 00:00:00 2001 From: sbohlen Date: Mon, 23 May 2011 03:14:07 +0000 Subject: [PATCH] SPRNET-1443 -fixing build script to properly support MVC3 and MVC3 tests --- Spring.build | 11 ++- .../Spring.Web.Mvc3/Spring.Web.Mvc3.build | 48 +++++++++++ .../Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec | 24 ++++++ .../Spring.Web.Mvc.Tests.build | 2 + .../Spring.Web.Mvc3.Tests.build | 85 +++++++++++++++++++ 5 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build create mode 100644 src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec create mode 100644 test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build diff --git a/Spring.build b/Spring.build index 82113ffa..c428dee2 100644 --- a/Spring.build +++ b/Spring.build @@ -471,6 +471,7 @@ Commandline Examples: + @@ -519,6 +520,7 @@ Commandline Examples: + @@ -1503,6 +1505,10 @@ Commandline Examples: + + + + @@ -1788,7 +1794,8 @@ Commandline Examples: - + + @@ -1811,6 +1818,7 @@ Commandline Examples: + @@ -1847,6 +1855,7 @@ Commandline Examples: + diff --git a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build new file mode 100644 index 00000000..9dd0491c --- /dev/null +++ b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec new file mode 100644 index 00000000..48dc18fc --- /dev/null +++ b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec @@ -0,0 +1,24 @@ + + + + Spring.Web.Mvc3 + http://www.springframework.net/ + http://www.springframework.net/license.html + http://springframework.net/images/SpringSource_Leaves32x32.png + 0.0.0 + + SpringSource + Interfaces and classes that provide ASP.NET MVC3 application support in Spring.Net + Interfaces and classes that provide ASP.NET MVC3 application support in Spring.Net + en-US + + + + + + + + + + + \ No newline at end of file diff --git a/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build b/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build index f7993018..44ac2949 100644 --- a/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build +++ b/test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build @@ -57,6 +57,8 @@ + + diff --git a/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build new file mode 100644 index 00000000..3598e2c0 --- /dev/null +++ b/test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +