diff options
author | Teravus Ovares | 2009-01-03 03:30:03 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-01-03 03:30:03 +0000 |
commit | e9cef70f892bfbf4aad0e4471a958367766d849a (patch) | |
tree | 397e078977b430526a2f04041e0dfb9a5fb99156 /prebuild.xml | |
parent | Split agent updates into two messages: full update and position+camera update... (diff) | |
download | opensim-SC_OLD-e9cef70f892bfbf4aad0e4471a958367766d849a.zip opensim-SC_OLD-e9cef70f892bfbf4aad0e4471a958367766d849a.tar.gz opensim-SC_OLD-e9cef70f892bfbf4aad0e4471a958367766d849a.tar.bz2 opensim-SC_OLD-e9cef70f892bfbf4aad0e4471a958367766d849a.tar.xz |
* Updates the sim stats module. Cleans out some of the rot.
* Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe.
* Adds Prototype for ajaxy web content
* removed a warning or two.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e4bbda3..acad24d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2267,6 +2267,54 @@ | |||
2267 | </Match> | 2267 | </Match> |
2268 | </Files> | 2268 | </Files> |
2269 | </Project> | 2269 | </Project> |
2270 | <Project name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | ||
2271 | <Configuration name="Debug"> | ||
2272 | <Options> | ||
2273 | <OutputPath>../../../bin/</OutputPath> | ||
2274 | </Options> | ||
2275 | </Configuration> | ||
2276 | <Configuration name="Release"> | ||
2277 | <Options> | ||
2278 | <OutputPath>../../../bin/</OutputPath> | ||
2279 | </Options> | ||
2280 | </Configuration> | ||
2281 | |||
2282 | <ReferencePath>../../../bin/</ReferencePath> | ||
2283 | <Reference name="System" localCopy="false"/> | ||
2284 | <Reference name="System.Data"/> | ||
2285 | <Reference name="System.Xml"/> | ||
2286 | <Reference name="System.Drawing"/> | ||
2287 | <Reference name="System.Runtime.Remoting"/> | ||
2288 | <Reference name="System.Web"/> | ||
2289 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2290 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
2291 | <Reference name="OpenMetaverse.dll"/> | ||
2292 | <Reference name="OpenSim.Framework"/> | ||
2293 | <Reference name="OpenSim.Data" /> | ||
2294 | <Reference name="OpenSim.Region.Interfaces" /> | ||
2295 | <Reference name="OpenSim.Region.Environment" /> | ||
2296 | <Reference name="OpenSim.Framework.Console"/> | ||
2297 | <Reference name="OpenSim.Framework.Servers"/> | ||
2298 | <Reference name="OpenSim.Framework.Statistics"/> | ||
2299 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
2300 | <Reference name="OpenSim.Grid.AssetServer"/> | ||
2301 | <Reference name="Mono.Data.SqliteClient"/> | ||
2302 | |||
2303 | <!-- For scripting in funny languages by default --> | ||
2304 | <Reference name="Microsoft.JScript"/> | ||
2305 | <Reference name="XMLRPC.dll"/> | ||
2306 | <Reference name="OpenSim.Framework.Communications"/> | ||
2307 | <Reference name="OpenSim.Data.Base"/> | ||
2308 | <Reference name="Nini.dll" /> | ||
2309 | <Reference name="log4net.dll"/> | ||
2310 | <Reference name="DotNetOpenMail.dll"/> | ||
2311 | |||
2312 | <Files> | ||
2313 | <Match pattern="*.cs" recurse="true"> | ||
2314 | <Exclude name="Tests" pattern="Tests" /> | ||
2315 | </Match> | ||
2316 | </Files> | ||
2317 | </Project> | ||
2270 | 2318 | ||
2271 | <!-- Tools --> | 2319 | <!-- Tools --> |
2272 | 2320 | ||