diff options
author | Sean Dague | 2008-05-16 14:30:25 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-16 14:30:25 +0000 |
commit | 0076ed40ffd971f361244ffc894f0c78b2ae6d79 (patch) | |
tree | 9a898801b0c109f72157f4e770d0f02eae9e5343 /prebuild.xml | |
parent | move AppearanceTableMapper to OpenSim.Data.Base. The mapper (diff) | |
download | opensim-SC_OLD-0076ed40ffd971f361244ffc894f0c78b2ae6d79.zip opensim-SC_OLD-0076ed40ffd971f361244ffc894f0c78b2ae6d79.tar.gz opensim-SC_OLD-0076ed40ffd971f361244ffc894f0c78b2ae6d79.tar.bz2 opensim-SC_OLD-0076ed40ffd971f361244ffc894f0c78b2ae6d79.tar.xz |
in theory, this moves the appearance mapper to live
under the MySQLUserData. There is a lot of in theory here
so testing would be appreciated.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7fc3cb3..6c6957b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1272,6 +1272,9 @@ | |||
1272 | <Reference name="System.Data"/> | 1272 | <Reference name="System.Data"/> |
1273 | <Reference name="OpenSim.Framework"/> | 1273 | <Reference name="OpenSim.Framework"/> |
1274 | <Reference name="OpenSim.Data"/> | 1274 | <Reference name="OpenSim.Data"/> |
1275 | <Reference name="OpenSim.Data.MapperFactory"/> | ||
1276 | <Reference name="OpenSim.Data.Base"/> | ||
1277 | <Reference name="OpenSim.Data.MySQLMapper"/> | ||
1275 | <Reference name="libsecondlife.dll"/> | 1278 | <Reference name="libsecondlife.dll"/> |
1276 | <Reference name="MySql.Data.dll"/> | 1279 | <Reference name="MySql.Data.dll"/> |
1277 | <Reference name="OpenSim.Framework.Console"/> | 1280 | <Reference name="OpenSim.Framework.Console"/> |