aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Archive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-163-568/+0
| | | | | Update using statements and prebuild.xml. Also trim trailing whitespace.
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+133
| | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-122-0/+435
We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace.