aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-08-14 13:54:46 +0000
committerMW2007-08-14 13:54:46 +0000
commita228b5984e6523456871f2f8e51aa086050acbf2 (patch)
treeb79888d4aa588c08fbb78bfcc78df3f47d7b5bea /prebuild.xml
parentDisabled ScriptEngine until I add error handling tomorrow (diff)
downloadopensim-SC_OLD-a228b5984e6523456871f2f8e51aa086050acbf2.zip
opensim-SC_OLD-a228b5984e6523456871f2f8e51aa086050acbf2.tar.gz
opensim-SC_OLD-a228b5984e6523456871f2f8e51aa086050acbf2.tar.bz2
opensim-SC_OLD-a228b5984e6523456871f2f8e51aa086050acbf2.tar.xz
Start of Inventory service, currently only (partially) functional in standalone mode and using sqlite).
In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4a62fde..67c7e8a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -514,6 +514,7 @@
514 <Reference name="OpenSim.Framework.Console"/> 514 <Reference name="OpenSim.Framework.Console"/>
515 <Reference name="libsecondlife.dll"/> 515 <Reference name="libsecondlife.dll"/>
516 <Reference name="OpenSim.Framework"/> 516 <Reference name="OpenSim.Framework"/>
517 <Reference name="OpenSim.Framework.InventoryServiceBase"/>
517 <Reference name="XMLRPC.dll"/> 518 <Reference name="XMLRPC.dll"/>
518 519
519 <Files> 520 <Files>
@@ -810,7 +811,10 @@
810 <Reference name="System.Data"/> 811 <Reference name="System.Data"/>
811 <Reference name="System.Data.SQLite.dll"/> 812 <Reference name="System.Data.SQLite.dll"/>
812 <Reference name="OpenSim.Framework.Data"/> 813 <Reference name="OpenSim.Framework.Data"/>
814 <Reference name="OpenSim.Framework"/>
815 <Reference name="OpenSim.Framework.Console"/>
813 <Reference name="libsecondlife.dll"/> 816 <Reference name="libsecondlife.dll"/>
817 <Reference name="Mono.Data.SqliteClient"/>
814 <Files> 818 <Files>
815 <Match pattern="*.cs" recurse="true"/> 819 <Match pattern="*.cs" recurse="true"/>
816 </Files> 820 </Files>