diff --git a/Spring.build b/Spring.build index bb909b89..4070e098 100644 --- a/Spring.build +++ b/Spring.build @@ -1477,8 +1477,6 @@ if you want to build Spring.Testing.Microsoft (MSTest Support), you need to copy - - @@ -1504,6 +1502,7 @@ if you want to build Spring.Testing.Microsoft (MSTest Support), you need to copy + diff --git a/doc/reference/src/index.xml b/doc/reference/src/index.xml index 8c39d20b..7f065871 100644 --- a/doc/reference/src/index.xml +++ b/doc/reference/src/index.xml @@ -63,7 +63,7 @@ The Spring.NET Framework Reference Documentation Version 1.3.0 RC1 - Last Updated July 30, 2009 (Latest documentation) + Last Updated August 3, 2009 (Latest documentation) Mark diff --git a/readme.txt b/readme.txt index 4e39479d..efaf354b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ -THE SPRING.NET FRAMEWORK, Release 1.3.0RC1 (July 31, 2009) +THE SPRING.NET FRAMEWORK, Release 1.3.0 RC1 (August 3, 2009) -------------------------------------------------------------------- http://www.springframework.net/ 1. INTRODUCTION -The 1.3.0RC release of Spring.NET contains +The 1.3.0 RC1 release of Spring.NET contains * A full featured Inversion of Control container * An Aspect Oriented Programming framework @@ -34,6 +34,10 @@ The 1.3.0RC release of Spring.NET contains - Simplifies the use MSMQ by providing helper classes for message sending and receiving. Integrates with Spring's transaction management features. * NMS integration - Simplifies the use of NMS by providing helper classes for message sending and receiving. + * TIBCO EMS integration + - Simplifies the use of TIBCO EMS by providing helper classes for message sending and receiving. + * NVelocity integration + - Simplifies the use of configuring NVelocity Spring.NET is a port of the Java based Spring Framework. In turn, the Java/J2EE Spring Framework is based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson (Wrox, 2002). @@ -56,6 +60,7 @@ Release contents: * "examples" contains sample applications. * "build-support" contains additonal applications need to build using NAnt as some convenience VS.NET solution files. +* "dev-supprt" contains 'developer support' tools and code, such as solution templates for VS.NET debug build is done using /DEBUG:full and release build using /DEBUG:pdbonly flags. diff --git a/src/Spring/Spring.Aop/Spring.Aop.2005.csproj b/src/Spring/Spring.Aop/Spring.Aop.2005.csproj index a5ebfd1c..a38571b2 100644 --- a/src/Spring/Spring.Aop/Spring.Aop.2005.csproj +++ b/src/Spring/Spring.Aop/Spring.Aop.2005.csproj @@ -70,10 +70,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/src/Spring/Spring.Core/Spring.Core.2005.csproj b/src/Spring/Spring.Core/Spring.Core.2005.csproj index d2696f6b..ec0eca81 100644 --- a/src/Spring/Spring.Core/Spring.Core.2005.csproj +++ b/src/Spring/Spring.Core/Spring.Core.2005.csproj @@ -69,10 +69,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj index c67cd2ae..67800145 100644 --- a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj +++ b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj @@ -30,10 +30,6 @@ 4 - - False - ..\..\..\lib\net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Apache.NMS.dll diff --git a/src/Spring/Spring.Messaging/Spring.Messaging.2005.csproj b/src/Spring/Spring.Messaging/Spring.Messaging.2005.csproj index e3a7e4a3..f9b60d1f 100644 --- a/src/Spring/Spring.Messaging/Spring.Messaging.2005.csproj +++ b/src/Spring/Spring.Messaging/Spring.Messaging.2005.csproj @@ -29,10 +29,6 @@ 4 - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/src/Spring/Spring.Services/Spring.Services.2005.csproj b/src/Spring/Spring.Services/Spring.Services.2005.csproj index 694fe357..b8078344 100644 --- a/src/Spring/Spring.Services/Spring.Services.2005.csproj +++ b/src/Spring/Spring.Services/Spring.Services.2005.csproj @@ -69,10 +69,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/src/Spring/Spring.Web/Spring.Web.2005.csproj b/src/Spring/Spring.Web/Spring.Web.2005.csproj index 995d0590..670ab5e5 100644 --- a/src/Spring/Spring.Web/Spring.Web.2005.csproj +++ b/src/Spring/Spring.Web/Spring.Web.2005.csproj @@ -69,10 +69,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj b/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj index 4224d062..d8d94a3d 100644 --- a/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj +++ b/test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.2005.csproj @@ -68,10 +68,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll @@ -80,7 +76,7 @@ False ..\..\..\lib\Net\2.0\DotNetMock.dll - + False ..\..\..\lib\Net\2.0\nunit.framework.dll diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj index 52b8f639..50233444 100644 --- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj +++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj @@ -69,10 +69,6 @@ prompt - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll diff --git a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2005.csproj b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2005.csproj index fdfcfd96..218b323f 100644 --- a/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2005.csproj +++ b/test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.2005.csproj @@ -29,10 +29,6 @@ - - False - ..\..\..\lib\net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Apache.NMS.dll diff --git a/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj b/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj index 9f04c659..610250d2 100644 --- a/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj +++ b/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj @@ -150,10 +150,6 @@ - - False - ..\..\..\lib\Net\2.0\antlr.runtime.dll - False ..\..\..\lib\Net\2.0\Common.Logging.dll