diff options
author | Mike Mazur | 2009-02-16 02:28:34 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:34 +0000 |
commit | ab5e3328323a66028bfd47562d9d515dbec433be (patch) | |
tree | d81184cd1f8788c20b4600649195be66e03f48c3 /prebuild.xml | |
parent | We need to return a zero-length byte array from the Handle() routine. (diff) | |
download | opensim-SC_OLD-ab5e3328323a66028bfd47562d9d515dbec433be.zip opensim-SC_OLD-ab5e3328323a66028bfd47562d9d515dbec433be.tar.gz opensim-SC_OLD-ab5e3328323a66028bfd47562d9d515dbec433be.tar.bz2 opensim-SC_OLD-ab5e3328323a66028bfd47562d9d515dbec433be.tar.xz |
- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of
OpenSim.Framework.AssetMetadata and related updates in AssetInventory
server
- removed dependency on MySql.Data.MySqlClient
- commented out the bulk of OpenSimInventoryStorage due to missing
MySql.Data dependency
- refactor asset creation in OpenSimAssetFrontend
- commented out ForEach implementation, which also depended on
MySql.Data, until it's supported by OpenSim backends
- commented out some handlers in BrowseFrontend and ReferenceFrontend as
they relied on either ForEach or the removed Metadata class
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index a9af08e..30cb8c6 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -851,7 +851,6 @@ | |||
851 | <Reference name="OpenSim.Framework" /> | 851 | <Reference name="OpenSim.Framework" /> |
852 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | 852 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> |
853 | <Reference name="OpenSim.Framework.Servers"/> | 853 | <Reference name="OpenSim.Framework.Servers"/> |
854 | <Reference name="MySql.Data"/> | ||
855 | <Reference name="log4net"/> | 854 | <Reference name="log4net"/> |
856 | <Reference name="Nini.dll" /> | 855 | <Reference name="Nini.dll" /> |
857 | 856 | ||