diff options
author | Justin Clarke Casey | 2008-10-27 20:48:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-27 20:48:18 +0000 |
commit | 4b929804dc8a339db775602ce07d23171b7fb432 (patch) | |
tree | 68346b51f86aabaed6047810379a3d5072f76922 /prebuild.xml | |
parent | * minor: remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-4b929804dc8a339db775602ce07d23171b7fb432.zip opensim-SC_OLD-4b929804dc8a339db775602ce07d23171b7fb432.tar.gz opensim-SC_OLD-4b929804dc8a339db775602ce07d23171b7fb432.tar.bz2 opensim-SC_OLD-4b929804dc8a339db775602ce07d23171b7fb432.tar.xz |
* cleanup: Update the avatar factory (appearance module) in Region/Environment and use that instead of the Region/Modules/AvatarFactory
* Remove the AvatarFactory dll
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/prebuild.xml b/prebuild.xml index 438736e..1b93226 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1034,36 +1034,6 @@ | |||
1034 | </Files> | 1034 | </Files> |
1035 | </Project> | 1035 | </Project> |
1036 | 1036 | ||
1037 | <Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" type="Library"> | ||
1038 | <Configuration name="Debug"> | ||
1039 | <Options> | ||
1040 | <OutputPath>../../../../bin/</OutputPath> | ||
1041 | </Options> | ||
1042 | </Configuration> | ||
1043 | <Configuration name="Release"> | ||
1044 | <Options> | ||
1045 | <OutputPath>../../../../bin/</OutputPath> | ||
1046 | </Options> | ||
1047 | </Configuration> | ||
1048 | |||
1049 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1050 | <Reference name="System" localCopy="false"/> | ||
1051 | <Reference name="System.Xml"/> | ||
1052 | <Reference name="System.Data"/> | ||
1053 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1054 | <Reference name="log4net.dll"/> | ||
1055 | <Reference name="OpenSim.Framework"/> | ||
1056 | <Reference name="OpenSim.Framework.Communications"/> | ||
1057 | <Reference name="OpenSim.Data.Base" /> | ||
1058 | <Reference name="OpenSim.Region.Environment"/> | ||
1059 | <Reference name="OpenSim.Data.MapperFactory"/> | ||
1060 | <Reference name="Nini.dll" /> | ||
1061 | <Reference name="OpenSim.Data.MySQLMapper" /> | ||
1062 | <Files> | ||
1063 | <Match pattern="*.cs" recurse="true"/> | ||
1064 | </Files> | ||
1065 | </Project> | ||
1066 | |||
1067 | <Project name="OpenSim.Region.Modules.Python" path="OpenSim/Region/Modules/Python" type="Library"> | 1037 | <Project name="OpenSim.Region.Modules.Python" path="OpenSim/Region/Modules/Python" type="Library"> |
1068 | <Configuration name="Debug"> | 1038 | <Configuration name="Debug"> |
1069 | <Options> | 1039 | <Options> |