diff options
author | Sean Dague | 2008-06-23 20:02:15 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-23 20:02:15 +0000 |
commit | ca7aac1c27fe7ecc1f2cd0bf26d5b5f3944e3d5c (patch) | |
tree | 2383b53bd21662557bb6a7a07c7a2225bcd1f6c7 /OpenSim | |
parent | * minor: Remove crusty old unused agent inventory classes (diff) | |
download | opensim-SC_OLD-ca7aac1c27fe7ecc1f2cd0bf26d5b5f3944e3d5c.zip opensim-SC_OLD-ca7aac1c27fe7ecc1f2cd0bf26d5b5f3944e3d5c.tar.gz opensim-SC_OLD-ca7aac1c27fe7ecc1f2cd0bf26d5b5f3944e3d5c.tar.bz2 opensim-SC_OLD-ca7aac1c27fe7ecc1f2cd0bf26d5b5f3944e3d5c.tar.xz |
fix typo in Inventory nhibernate mappings. nhibernate should
load now.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml index 167dd5b..f1b4007 100644 --- a/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml | |||
@@ -4,8 +4,8 @@ | |||
4 | <id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="InvType" type="Int32" /> | 7 | <property name="InvType" type="System.Int32" /> |
8 | <property name="AssetType" type="Int32" /> | 8 | <property name="AssetType" type="System.Int32" /> |
9 | <property name="AssetID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 9 | <property name="AssetID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
10 | <property name="Folder" index="item_folder_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 10 | <property name="Folder" index="item_folder_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
11 | <property name="Owner" index="item_owner_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 11 | <property name="Owner" index="item_owner_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
@@ -20,7 +20,7 @@ | |||
20 | <property name="GroupOwned" type="boolean" /> | 20 | <property name="GroupOwned" type="boolean" /> |
21 | <property name="SalePrice" type="System.Int32" /> | 21 | <property name="SalePrice" type="System.Int32" /> |
22 | <property name="SaleType" type="System.Byte" /> | 22 | <property name="SaleType" type="System.Byte" /> |
23 | <property name="Flags" type="Syste.UInt32" /> | 23 | <property name="Flags" type="System.UInt32" /> |
24 | <property name="CreationDate" type="Int32" /> | 24 | <property name="CreationDate" type="System.Int32" /> |
25 | </class> | 25 | </class> |
26 | </hibernate-mapping> \ No newline at end of file | 26 | </hibernate-mapping> \ No newline at end of file |