|
From: <fab...@us...> - 2009-05-16 16:07:18
|
Revision: 4330
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4330&view=rev
Author: fabiomaulo
Date: 2009-05-16 16:07:09 +0000 (Sat, 16 May 2009)
Log Message:
-----------
Removed the two stone wheels of our Ferrari.
Modified Paths:
--------------
trunk/nhibernate/default.build
trunk/nhibernate/src/NHibernate.Everything.sln
Removed Paths:
-------------
trunk/nhibernate/src/NHibernate.Examples/
trunk/nhibernate/src/NHibernate.Test.Performance/
Modified: trunk/nhibernate/default.build
===================================================================
--- trunk/nhibernate/default.build 2009-05-16 11:31:17 UTC (rev 4329)
+++ trunk/nhibernate/default.build 2009-05-16 16:07:09 UTC (rev 4330)
@@ -12,9 +12,6 @@
<!-- Pass -D:skip.tests=true to NAnt to skip running tests when building -->
<property name="skip.tests" value="false" overwrite="false" />
- <!-- Disable performance tests by default. They take too much time. -->
- <property name="run.performance.tests" value="false" overwrite="false" />
-
<!--
Supported versions of .NET Framework, separated by spaces.
Used by *-all-frameworks targets.
@@ -34,8 +31,6 @@
<include name="NHibernate.ByteCode.Spring.Tests/ByteCode.Test.build" />
<include name="NHibernate.DomainModel/NHibernate.DomainModel.build" />
<include name="NHibernate.Test/NHibernate.Test.build" />
- <include name="NHibernate.Test.Performance/NHibernate.Test.Performance.build" />
- <include name="NHibernate.Examples/NHibernate.Examples.build" />
<include name="NHibernate.Tool.HbmXsd/NHibernate.Tool.HbmXsd.build" />
</fileset>
@@ -45,8 +40,6 @@
<include name="NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build" />
<include name="NHibernate.ByteCode.Spring.Tests/ByteCode.Test.build" />
<include name="NHibernate.Test/NHibernate.Test.build" />
- <include name="NHibernate.Test.Performance/NHibernate.Test.Performance.build"
- if="${run.performance.tests}" />
</fileset>
<target name="init" depends="common.init"
Modified: trunk/nhibernate/src/NHibernate.Everything.sln
===================================================================
--- trunk/nhibernate/src/NHibernate.Everything.sln 2009-05-16 11:31:17 UTC (rev 4329)
+++ trunk/nhibernate/src/NHibernate.Everything.sln 2009-05-16 16:07:09 UTC (rev 4330)
@@ -67,10 +67,6 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Test", "NHibernate.Test\NHibernate.Test.csproj", "{7AEE5B37-C552-4E59-9B6F-88755BCB5070}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Test.Performance", "NHibernate.Test.Performance\NHibernate.Test.Performance.csproj", "{13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Examples", "NHibernate.Examples\NHibernate.Examples.csproj", "{E3482030-5828-4112-9906-D4C5153DCE3F}"
-EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections", "Iesi.Collections\Iesi.Collections.csproj", "{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections.Test", "Iesi.Collections.Test\Iesi.Collections.Test.csproj", "{58CE4584-31B9-4E74-A7FB-5D40BFAD0876}"
@@ -153,26 +149,6 @@
{7AEE5B37-C552-4E59-9B6F-88755BCB5070}.Release|Any CPU.Build.0 = Release|Any CPU
{7AEE5B37-C552-4E59-9B6F-88755BCB5070}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7AEE5B37-C552-4E59-9B6F-88755BCB5070}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Debug|.NET.ActiveCfg = Debug|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Release|.NET.ActiveCfg = Release|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Release|Any CPU.Build.0 = Release|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Debug|.NET.ActiveCfg = Debug|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Release|.NET.ActiveCfg = Release|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Release|Any CPU.Build.0 = Release|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {E3482030-5828-4112-9906-D4C5153DCE3F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|.NET.ActiveCfg = Debug|Any CPU
{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -289,8 +265,6 @@
{5909BFE7-93CF-4E5F-BE22-6293368AF01D} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
{5C649B55-1B3F-4C38-9998-1B043E94A244} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
{7AEE5B37-C552-4E59-9B6F-88755BCB5070} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
- {13CE8E1E-E87B-4DE1-B091-0C3AA05FFA3E} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
- {E3482030-5828-4112-9906-D4C5153DCE3F} = {094F74CD-2DD7-496F-BC48-A6D357BF33FD}
{446E148D-A9D5-4D7D-A706-BEDD45B2BC7D} = {92509065-DAEA-4457-8300-C7B64CD0E9F4}
{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344} = {C91E7018-3C67-4830-963A-C388C75E1BD5}
{58CE4584-31B9-4E74-A7FB-5D40BFAD0876} = {C91E7018-3C67-4830-963A-C388C75E1BD5}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|