diff options
Moved Avatar appearance Factory to its own project so that the reference to MySQLDatabaseMapper could be removed from Region.Environment.
Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 68a9815..f84d3ca 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -232,6 +232,35 @@ | |||
232 | </Files> | 232 | </Files> |
233 | </Project> | 233 | </Project> |
234 | 234 | ||
235 | |||
236 | <Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" type="Library"> | ||
237 | <Configuration name="Debug"> | ||
238 | <Options> | ||
239 | <OutputPath>../../../../bin/</OutputPath> | ||
240 | </Options> | ||
241 | </Configuration> | ||
242 | <Configuration name="Release"> | ||
243 | <Options> | ||
244 | <OutputPath>../../../../bin/</OutputPath> | ||
245 | </Options> | ||
246 | </Configuration> | ||
247 | |||
248 | <ReferencePath>../../../../bin/</ReferencePath> | ||
249 | <Reference name="System" localCopy="false"/> | ||
250 | <Reference name="System.Xml"/> | ||
251 | <Reference name="System.Data"/> | ||
252 | <Reference name="libsecondlife.dll"/> | ||
253 | <Reference name="OpenSim.Framework"/> | ||
254 | <Reference name="OpenSim.Framework.Communications"/> | ||
255 | <Reference name="OpenSim.Framework.Data.Base" /> | ||
256 | <Reference name="OpenSim.Region.Environment"/> | ||
257 | <Reference name="Nini.dll" /> | ||
258 | <Reference name="OpenSim.Framework.Data.MySQLMapper" /> | ||
259 | <Files> | ||
260 | <Match pattern="*.cs" recurse="true"/> | ||
261 | </Files> | ||
262 | </Project> | ||
263 | |||
235 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 264 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
236 | <Configuration name="Debug"> | 265 | <Configuration name="Debug"> |
237 | <Options> | 266 | <Options> |
@@ -750,7 +779,6 @@ | |||
750 | <Reference name="XMLRPC.dll"/> | 779 | <Reference name="XMLRPC.dll"/> |
751 | <Reference name="OpenSim.Framework.Communications"/> | 780 | <Reference name="OpenSim.Framework.Communications"/> |
752 | <Reference name="OpenSim.Framework.Data.Base"/> | 781 | <Reference name="OpenSim.Framework.Data.Base"/> |
753 | <Reference name="OpenSim.Framework.Data.MySQLMapper"/> | ||
754 | <Reference name="Nini.dll" /> | 782 | <Reference name="Nini.dll" /> |
755 | <Reference name="log4net"/> | 783 | <Reference name="log4net"/> |
756 | <Files> | 784 | <Files> |