diff --git a/Spring.build b/Spring.build index 1826cacb..0a9ea98f 100644 --- a/Spring.build +++ b/Spring.build @@ -22,8 +22,10 @@ Build properties that may be set: signs all assemblies. Requires the key file $/Spring.Net.snk to be in place "package.version": set the package version -"build-testing-mstest": - set to true if local machine has VS.NET 2008 MSTest installed +"build-testing-ems": + set to true if you want to build Tibco EMS support (you need to copy tibco.ems.dll and tibco.ems.admin.dll into /lib/net/2.0 first) +"build-testing-microsoft": + set to true if local machine has VS.NET 2008 MSTest installed (you need to copy Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll to /lib/net/2.0 first) --> @@ -46,7 +48,6 @@ Build properties that may be set: - @@ -378,8 +379,8 @@ Build properties that may be set: - - + + @@ -407,8 +408,8 @@ Build properties that may be set: if="${build-data and nant.settings.currentframework == 'net-3.5' and not net-3.0}"/> - - + + @@ -416,9 +417,7 @@ Build properties that may be set: - - - + @@ -874,6 +873,7 @@ Build properties that may be set: + @@ -922,6 +922,15 @@ Build properties that may be set: + + + + + + + + + @@ -1385,12 +1394,10 @@ Build properties that may be set: + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build new file mode 100644 index 00000000..2ae83006 --- /dev/null +++ b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +