aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+5
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-16- replace existing license header in each source file inMike Mazur1-23/+21
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-12/+9
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur1-2/+3
console and HttpServer. It doesn't work though.
2009-02-16Converted to Linux newlines.Mike Mazur1-62/+62
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-3/+3
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+62
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file