misc build fixes.
This commit is contained in:
12
Spring.build
12
Spring.build
@@ -974,7 +974,6 @@
|
||||
|
||||
<include name="**/antlr.runtime.dll"/>
|
||||
<include name="**/Common.Logging.dll"/>
|
||||
<include name="**/Common.Logging.*.dll"/>
|
||||
|
||||
<exclude name="**/3.0/**"/>
|
||||
<exclude name="**/release/Spring/**"/>
|
||||
@@ -1054,6 +1053,7 @@
|
||||
<include name="**/DotNetMock*.dll"/>
|
||||
<include name="**/log4net.dll"/>
|
||||
<include name="**/Common.Logging.dll"/>
|
||||
<include name="**/Common.Logging.Log4Net.dll"/>
|
||||
<include name="**/antlr.runtime.dll"/>
|
||||
<include name="**/nunit.*.dll"/>
|
||||
<include name="**/NUnitAsp.dll"/>
|
||||
@@ -1064,6 +1064,8 @@
|
||||
<include name="**/Apache.NMS.pdb"/>
|
||||
<include name="**/Apache.NMS.ActiveMQ.dll"/>
|
||||
<include name="**/Apache.NMS.ActiveMQ.pdb"/>
|
||||
<include name="**/Quartz.dll"/>
|
||||
<include name="**/Nullables.dll"/>
|
||||
<include name="**/EULA.rtf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
@@ -1338,6 +1340,10 @@
|
||||
<include name="src/Spring/Spring.Data.NHibernate/**"/>
|
||||
<include name="src/Spring/Spring.Data.NHibernate12/**"/>
|
||||
<include name="src/Spring/Spring.Data.NHibernate20/**"/>
|
||||
<include name="src/Spring/Spring.Messaging/**"/>
|
||||
<include name="src/Spring/Spring.Messaging.Ems/**"/>
|
||||
<include name="src/Spring/Spring.Messaging.Nms/**"/>
|
||||
<include name="src/Spring/Spring.Scheduling.Quartz/**"/>
|
||||
<include name="src/Spring/Spring.Testing.NUnit/**"/>
|
||||
<include name="src/Spring/CommonAssemblyInfo.cs"/>
|
||||
|
||||
@@ -1361,6 +1367,10 @@
|
||||
<include name="test/Spring/Spring.Data.NHibernate.Integration.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Data.NHibernate20.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Data.NHibernate20.Integration.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Messaging.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Messaging.Ems.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Messaging.Nms.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Scheduling.Quartz.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Testing.NUnit.Tests/**"/>
|
||||
<include name="test/Spring/CommonAssemblyInfo.cs"/>
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ Bug
|
||||
Improvement
|
||||
[SPRNET-794] - Improve web-DI performance, in particular with GridViews
|
||||
[SPRNET-869] - WebServiceExporter to generate WebServiceBinding attribute with WSI basic profile 1.1 by default.
|
||||
[SPRNET-928] - Add nant build file and supporting tools in the release.
|
||||
[SPRNET-946] - Extend code example in chapter "19.4. Connection String management" of the reference documentation
|
||||
[SPRNET-947] - Singleton Cache Locks are too coarse grained for custom scopes (e.g. Request, Session)
|
||||
[SPRNET-955] - Provide better error message if dbprovider name is not found in thread local storage when using MultiDelegatingDbProvider
|
||||
|
||||
Reference in New Issue
Block a user