aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources
diff options
context:
space:
mode:
authorSean Dague2008-07-16 14:41:57 +0000
committerSean Dague2008-07-16 14:41:57 +0000
commit1e447478b817178a62224eb89a7c1ac178c01114 (patch)
tree721b790e670c75c52c0b3ba224aa44beacc016cc /OpenSim/Data/NHibernate/Resources
parentfurther property refactoring of PrimitiveBaseShape (diff)
downloadopensim-SC_OLD-1e447478b817178a62224eb89a7c1ac178c01114.zip
opensim-SC_OLD-1e447478b817178a62224eb89a7c1ac178c01114.tar.gz
opensim-SC_OLD-1e447478b817178a62224eb89a7c1ac178c01114.tar.bz2
opensim-SC_OLD-1e447478b817178a62224eb89a7c1ac178c01114.tar.xz
refactoring of PrimitiveBaseShape to properties
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources')
-rw-r--r--OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
index 0004444..3a7d692 100644
--- a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
@@ -74,10 +74,11 @@
74 <column name="SitTargetOrientZ" /> 74 <column name="SitTargetOrientZ" />
75 <column name="SitTargetOrientW" /> 75 <column name="SitTargetOrientW" />
76 </property> 76 </property>
77 77 </class>
78 <class name="PrimShape" type="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework">
79 <property name="
80 </class>
81 78
79 <class name="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework" table="PrimShapes" lazy="false">
80 <id name="UUID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
81 <generator class="assigned" />
82 </id>
82 </class> 83 </class>
83</hibernate-mapping> \ No newline at end of file 84</hibernate-mapping> \ No newline at end of file