misc updates.

This commit is contained in:
markpollack
2009-12-17 19:09:03 +00:00
parent 3e0f03892d
commit 0346d1749c
4 changed files with 3 additions and 4 deletions

View File

@@ -175,7 +175,7 @@
<echo message="Copying spring-nms-1.3.xsd to ${vsXXXX.version} installation."/>
<echo message="----------------------------------------------------------"/>
<echo message=""/>
<copy file="spring-nms-1.3.xsd" todir="${vsXXXX.xml.schemas}${vsXXXX.relative.dir}"
<copy file="spring-nms-1.3.xsd" todir="${vsXXXX.xml.schemas}${vsXXXX.relative.dir}" b
verbose="true"
overwrite="true"/>

View File

@@ -510,7 +510,7 @@ Spring for .NET 1.3.0
Spring for .NET 1.3.0
Spring for .NET authors
All rights reserved
{3B1A39E1-51CA-46B4-AF46-81D856E44EE7}
{9E5397A5-B30D-4305-8F9E-D3FF94E158EE}
Spring for .NET
Spring for .NET
http://forum.springframework.net

View File

@@ -510,7 +510,7 @@ Spring for .NET 1.3.0
Spring for .NET 1.3.0
Spring for .NET authors
All rights reserved
{289B412D-9B6E-4E43-919A-22B2F083225F}
{3B1A39E1-51CA-46B4-AF46-81D856E44EE7}
Spring for .NET
Spring for .NET
http://forum.springframework.net

View File

@@ -10,7 +10,6 @@ Bug
[SPRNET-1155] - Error when evaluating expression with #date variable
[SPRNET-1198] - Dynamic Assemblies are not Strong Named
[SPRNET-1228] - NmsTemplate: wrong timeout units in receive method (ticks instead of milliseconds)
[SPRNET-1253] - NmsTemplate: wrong timeout units in receive method (ticks instead of milliseconds)
[SPRNET-1266] - Context creation can throw ObjectCurrentlyInCreatation exception thrown when using <tx:attribute-driven/> with NHibernateTransactionManager
[SPRNET-1270] - Selection of DefaultProvider in MultiDelegatingDbProvider can be null
[SPRNET-1272] - Recreating application context can result in calls to create same type twice leading to System.ArgumentException: Duplicate type name within an assembly.