|
From: <sb...@us...> - 2011-08-22 12:44:01
|
Revision: 6022
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=6022&view=rev
Author: sbohlen
Date: 2011-08-22 12:43:51 +0000 (Mon, 22 Aug 2011)
Log Message:
-----------
-delete non-source-code-related content from the repository to prevent subsequent use now that the authoritative repo has been switched to GITHUB
-introduce OBSOLETE.txt message file into all folders
-prepend OBSOLETE message to all .cs files to further ensure viewers are advised that the content in this repo is obsolete
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate.Test/Events/Collections/AbstractParentWithCollection.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/BidirectionalManyToManyBagToSetCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ChildWithBidirectionalManyToMany.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagMapping.hbm.xml
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagSubclassCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetMapping.hbm.xml
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ChildWithManyToOne.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToMany.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToManySubclass.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/UnidirectionalManyToManyBagCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagMapping.hbm.xml
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetMapping.hbm.xml
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ParentWithCollectionOfEntities.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildEntity.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildValue.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/CollectionListeners.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/IChild.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/IEntity.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/IParentWithCollection.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ParentWithCollectionOfValues.cs
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ValuesBagCollectionEventFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/DisposableListenersTest.cs
trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/AssertOldStatePostListener.cs
trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/PostUpdateFixture.cs
trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/SimpleEntity.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/Group.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/MSSQLExceptionConverterExample.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/NullQueryTest.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/OracleClientExceptionConverterExample.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PostgresExceptionConverterExample.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PropertyAccessExceptionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/User.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BaseExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BetweenExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/DetachedCriteriaFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InsensitiveLikeExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/JunctionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/LogicalExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotNullExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NullExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/OperatorOverloadingFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/Projection/ProjectionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/Projection/ProjectionTestClass.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/PropertyExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/QueryByExampleTest.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/RestrictionsFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/SQLExpressionFixture.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/SubQueries/Classes.cs
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/SubQueries/SubQueriesSqlFixture.cs
trunk/nhibernate/src/NHibernate.Test/Extendshbm/Customer.cs
trunk/nhibernate/src/NHibernate.Test/Extendshbm/ExtendsFixture.cs
trunk/nhibernate/src/NHibernate.Test/Extendshbm/Person.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/Document.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/ExtraLazyFixture.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/Group.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/Photo.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/SessionAttribute.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/User.cs
trunk/nhibernate/src/NHibernate.Test/Extralazy/UserGroup.hbm.xml
trunk/nhibernate/src/NHibernate.Test/FilterTest/BinaryFiltered.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/Category.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/ConfigFixture.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/Department.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/FilterBinaryParameterTest.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/FilterConfig.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/FilterSecondPassArgsFixture.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/LineItem.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/Order.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/Product.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/Salesperson.cs
trunk/nhibernate/src/NHibernate.Test/FilterTest/TestClass.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/ByTrigger/GeneratedIdentityFixture.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MyChild.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MyEntity.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MyEntityIdentity.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MySibling.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/SimpleIdentityGeneratedFixture.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Select/MyEntity.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Select/MyEntity.hbm.xml
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Select/SelectGeneratorTest.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Seqidentity/MyEntity.cs
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Seqidentity/SequenceIdentityFixture.cs
Added Paths:
-----------
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/Collections/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Events/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/Projection/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/SubQueries/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/ExpressionTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Extendshbm/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Extralazy/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/FilterTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/ByTrigger/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Select/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
trunk/nhibernate/src/NHibernate.Test/Generatedkeys/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/AbstractParentWithCollection.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/AbstractParentWithCollection.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/AbstractParentWithCollection.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections.Generic;
namespace NHibernate.Test.Events.Collections
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using NHibernate.Test.Events.Collections.Association.Bidirectional.ManyToMany;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/BidirectionalManyToManyBagToSetCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/BidirectionalManyToManyBagToSetCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/BidirectionalManyToManyBagToSetCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ChildWithBidirectionalManyToMany.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ChildWithBidirectionalManyToMany.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ChildWithBidirectionalManyToMany.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections.Generic;
namespace NHibernate.Test.Events.Collections.Association.Bidirectional.ManyToMany
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/ParentWithBidirectionalManyToMany.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections.Generic;
using Iesi.Collections.Generic;
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagMapping.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagMapping.hbm.xml 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagMapping.hbm.xml 2011-08-22 12:43:51 UTC (rev 6022)
@@ -6,19 +6,19 @@
<class name="ParentWithBidirectionalOneToMany" table="PARENT">
<id name="Id" column="ID" type="long">
<generator class="native"/>
- </id>
- <bag name="Children" inverse="true" cascade="all">
- <key column="parent_id"/>
- <one-to-many class="ChildWithManyToOne"/>
- </bag>
- </class>
-
- <class name="ChildWithManyToOne" table="CHILD">
- <id name="Id" column="ID" type="long">
- <generator class="native"/>
- </id>
- <property name="Name" column="NAME" type="string"/>
- <many-to-one name="Parent" column="parent_id" class="ParentWithBidirectionalOneToMany" cascade="none"/>
- </class>
-
-</hibernate-mapping>
+ </id>
+ <bag name="Children" inverse="true" cascade="all">
+ <key column="parent_id"/>
+ <one-to-many class="ChildWithManyToOne"/>
+ </bag>
+ </class>
+
+ <class name="ChildWithManyToOne" table="CHILD">
+ <id name="Id" column="ID" type="long">
+ <generator class="native"/>
+ </id>
+ <property name="Name" column="NAME" type="string"/>
+ <many-to-one name="Parent" column="parent_id" class="ParentWithBidirectionalOneToMany" cascade="none"/>
+ </class>
+
+</hibernate-mapping>
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagSubclassCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagSubclassCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManyBagSubclassCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using Iesi.Collections.Generic;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetMapping.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetMapping.hbm.xml 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/BidirectionalOneToManySetMapping.hbm.xml 2011-08-22 12:43:51 UTC (rev 6022)
@@ -7,18 +7,18 @@
<id name="Id" column="ID" type="long">
<generator class="native"/>
</id>
- <set name="Children" inverse="true" cascade="all">
- <key column="parent_id"/>
- <one-to-many class="ChildWithManyToOne"/>
- </set>
- </class>
-
- <class name="ChildWithManyToOne" table="CHILD">
- <id name="Id" column="ID" type="long">
- <generator class="native"/>
- </id>
- <property name="Name" column="NAME" type="string"/>
- <many-to-one name="Parent" column="parent_id" class="ParentWithBidirectionalOneToMany" cascade="none"/>
- </class>
-
-</hibernate-mapping>
+ <set name="Children" inverse="true" cascade="all">
+ <key column="parent_id"/>
+ <one-to-many class="ChildWithManyToOne"/>
+ </set>
+ </class>
+
+ <class name="ChildWithManyToOne" table="CHILD">
+ <id name="Id" column="ID" type="long">
+ <generator class="native"/>
+ </id>
+ <property name="Name" column="NAME" type="string"/>
+ <many-to-one name="Parent" column="parent_id" class="ParentWithBidirectionalOneToMany" cascade="none"/>
+ </class>
+
+</hibernate-mapping>
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ChildWithManyToOne.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ChildWithManyToOne.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ChildWithManyToOne.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections.Association.Bidirectional.OneToMany
{
public class ChildWithManyToOne : ChildEntity
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToMany.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToMany.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToMany.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections.Generic;
namespace NHibernate.Test.Events.Collections.Association.Bidirectional.OneToMany
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToManySubclass.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToManySubclass.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/ParentWithBidirectionalOneToManySubclass.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections.Association.Bidirectional.OneToMany
{
public class ParentWithBidirectionalOneToManySubclass : ParentWithBidirectionalOneToMany
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Bidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/UnidirectionalManyToManyBagCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/UnidirectionalManyToManyBagCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/UnidirectionalManyToManyBagCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ManyToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagMapping.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagMapping.hbm.xml 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManyBagMapping.hbm.xml 2011-08-22 12:43:51 UTC (rev 6022)
@@ -7,17 +7,17 @@
<id name="Id" column="ID" type="long">
<generator class="native"/>
</id>
- <bag name="Children" cascade="all">
- <key column="parent_id"/>
- <one-to-many class="NHibernate.Test.Events.Collections.ChildEntity"/>
- </bag>
- </class>
-
- <class name="NHibernate.Test.Events.Collections.ChildEntity" table="CHILD">
- <id name="Id" column="ID" type="long">
- <generator class="native"/>
- </id>
- <property name="Name" column="NAME" type="string"/>
- </class>
-
-</hibernate-mapping>
+ <bag name="Children" cascade="all">
+ <key column="parent_id"/>
+ <one-to-many class="NHibernate.Test.Events.Collections.ChildEntity"/>
+ </bag>
+ </class>
+
+ <class name="NHibernate.Test.Events.Collections.ChildEntity" table="CHILD">
+ <id name="Id" column="ID" type="long">
+ <generator class="native"/>
+ </id>
+ <property name="Name" column="NAME" type="string"/>
+ </class>
+
+</hibernate-mapping>
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using Iesi.Collections.Generic;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetMapping.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetMapping.hbm.xml 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/UnidirectionalOneToManySetMapping.hbm.xml 2011-08-22 12:43:51 UTC (rev 6022)
@@ -7,17 +7,17 @@
<id name="Id" column="ID" type="long">
<generator class="native"/>
</id>
- <set name="Children" cascade="all">
- <key column="parent_id"/>
- <one-to-many class="NHibernate.Test.Events.Collections.ChildEntity"/>
- </set>
- </class>
-
- <class name="NHibernate.Test.Events.Collections.ChildEntity" table="CHILD">
- <id name="Id" column="ID" type="long">
- <generator class="native"/>
- </id>
- <property name="Name" column="NAME" type="string"/>
- </class>
-
-</hibernate-mapping>
+ <set name="Children" cascade="all">
+ <key column="parent_id"/>
+ <one-to-many class="NHibernate.Test.Events.Collections.ChildEntity"/>
+ </set>
+ </class>
+
+ <class name="NHibernate.Test.Events.Collections.ChildEntity" table="CHILD">
+ <id name="Id" column="ID" type="long">
+ <generator class="native"/>
+ </id>
+ <property name="Name" column="NAME" type="string"/>
+ </class>
+
+</hibernate-mapping>
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/OneToMany/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ParentWithCollectionOfEntities.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ParentWithCollectionOfEntities.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/ParentWithCollectionOfEntities.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections.Association.Unidirectional
{
public class ParentWithCollectionOfEntities : AbstractParentWithCollection
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/Unidirectional/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Association/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildEntity.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildEntity.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildEntity.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections
{
public class ChildEntity: ChildValue, IEntity
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildValue.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildValue.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/ChildValue.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections
{
public class ChildValue: IChild
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/CollectionListeners.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/CollectionListeners.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/CollectionListeners.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NHibernate.Event;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/IChild.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/IChild.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/IChild.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections
{
public interface IChild
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/IEntity.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/IEntity.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/IEntity.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections
{
public interface IEntity
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/IParentWithCollection.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/IParentWithCollection.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/IParentWithCollection.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections.Generic;
namespace NHibernate.Test.Events.Collections
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ParentWithCollectionOfValues.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ParentWithCollectionOfValues.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ParentWithCollectionOfValues.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.Collections.Values
{
public class ParentWithCollectionOfValues : AbstractParentWithCollection
Modified: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ValuesBagCollectionEventFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ValuesBagCollectionEventFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/ValuesBagCollectionEventFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/Values/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Added: trunk/nhibernate/src/NHibernate.Test/Events/Collections/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/Collections/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/Collections/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/Events/DisposableListenersTest.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/DisposableListenersTest.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/DisposableListenersTest.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NHibernate.Cfg;
using NHibernate.Event;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/AssertOldStatePostListener.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/AssertOldStatePostListener.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/AssertOldStatePostListener.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using log4net;
using NHibernate.Event;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/PostUpdateFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/PostUpdateFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/PostUpdateFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using System.Collections.Generic;
using NHibernate.Event;
Modified: trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/SimpleEntity.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/SimpleEntity.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/SimpleEntity.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
namespace NHibernate.Test.Events.PostEvents
{
public class SimpleEntity
Added: trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/PostEvents/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Added: trunk/nhibernate/src/NHibernate.Test/Events/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/Events/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/Events/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/Group.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/Group.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/Group.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using Iesi.Collections;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/MSSQLExceptionConverterExample.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/MSSQLExceptionConverterExample.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/MSSQLExceptionConverterExample.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using System.Data.SqlClient;
using NHibernate.Exceptions;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/NullQueryTest.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/NullQueryTest.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/NullQueryTest.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using System.Collections;
using System.Data;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/OracleClientExceptionConverterExample.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/OracleClientExceptionConverterExample.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/OracleClientExceptionConverterExample.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using System.Data.OracleClient;
using NHibernate.Exceptions;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PostgresExceptionConverterExample.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PostgresExceptionConverterExample.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PostgresExceptionConverterExample.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,4 +1,6 @@
-using System;
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
+using System;
using System.Data.Common;
using NHibernate.Exceptions;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PropertyAccessExceptionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PropertyAccessExceptionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/PropertyAccessExceptionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NUnit.Framework;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using System.Collections;
using System.Data;
Modified: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/User.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/User.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/User.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using Iesi.Collections;
Added: trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt (rev 0)
+++ trunk/nhibernate/src/NHibernate.Test/ExceptionsTest/___README___THIS_REPOSITORY_IS_OBSOLETE___AUTHORITATIVE_REPOSITORY_HAS_BEEN_MOVED.txt 2011-08-22 12:43:51 UTC (rev 6022)
@@ -0,0 +1,2 @@
+As of 8/21/2011 this repository has been officially deprecated.
+The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
\ No newline at end of file
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BaseExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BaseExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BaseExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Reflection;
using NHibernate.Cfg;
using NHibernate.DomainModel;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BetweenExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BetweenExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/BetweenExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using NHibernate.DomainModel;
using NHibernate.Criterion;
using NHibernate.SqlCommand;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/DetachedCriteriaFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/DetachedCriteriaFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/DetachedCriteriaFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System.Collections;
using NHibernate.DomainModel;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NHibernate.DomainModel;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InsensitiveLikeExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InsensitiveLikeExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/InsensitiveLikeExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NHibernate.Dialect;
using NHibernate.DomainModel;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/JunctionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/JunctionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/JunctionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using NHibernate.DomainModel;
using NHibernate.Engine;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/LogicalExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/LogicalExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/LogicalExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NHibernate.DomainModel;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using NHibernate.Dialect;
using NHibernate.DomainModel;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotNullExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotNullExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NotNullExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using NHibernate.DomainModel;
using NHibernate.Criterion;
using NHibernate.SqlCommand;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NullExpressionFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NullExpressionFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/NullExpressionFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
+//The new NHibernate repository can be found at https://github.com/nhibernate/nhibernate-core
using System;
using NHibernate.DomainModel;
using NHibernate.Criterion;
Modified: trunk/nhibernate/src/NHibernate.Test/ExpressionTest/OperatorOverloadingFixture.cs
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/ExpressionTest/OperatorOverloadingFixture.cs 2011-08-22 12:42:19 UTC (rev 6021)
+++ trunk/nhibernate/src/NHibernate.Test/ExpressionTest/OperatorOverloadingFixture.cs 2011-08-22 12:43:51 UTC (rev 6022)
@@ -1,3 +1,5 @@
+//YOU ARE VIEWING AN OUTDATED VERSION OF THIS FILE
...
[truncated message content] |