diff options
author | Adam Frisby | 2008-04-17 11:42:06 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-17 11:42:06 +0000 |
commit | 05708771bb493ace1cf956acfa7a29610c8809e8 (patch) | |
tree | eec5c7e1a89272b61b9c573c6e789b5732c21063 /prebuild.xml | |
parent | * Added appropriate license.txt in ThirdPartyLicenses/ for APR. (diff) | |
download | opensim-SC_OLD-05708771bb493ace1cf956acfa7a29610c8809e8.zip opensim-SC_OLD-05708771bb493ace1cf956acfa7a29610c8809e8.tar.gz opensim-SC_OLD-05708771bb493ace1cf956acfa7a29610c8809e8.tar.bz2 opensim-SC_OLD-05708771bb493ace1cf956acfa7a29610c8809e8.tar.xz |
* Committing first version of SVN Backup Module
This is a module which allows you to periodically export a serialised version of your region to a SVN repository and store it there. It is still a work in progress and is currently disabled and incomplete, but some of the functionality is demonstratable.
* Enjoy.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fe9a8ae..20afd51 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -928,6 +928,36 @@ | |||
928 | </Files> | 928 | </Files> |
929 | </Project> | 929 | </Project> |
930 | 930 | ||
931 | |||
932 | <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library"> | ||
933 | <Configuration name="Debug"> | ||
934 | <Options> | ||
935 | <OutputPath>../../../../bin/</OutputPath> | ||
936 | </Options> | ||
937 | </Configuration> | ||
938 | <Configuration name="Release"> | ||
939 | <Options> | ||
940 | <OutputPath>../../../../bin/</OutputPath> | ||
941 | </Options> | ||
942 | </Configuration> | ||
943 | |||
944 | <ReferencePath>../../../../bin/</ReferencePath> | ||
945 | <Reference name="System" localCopy="false"/> | ||
946 | <Reference name="System.Xml"/> | ||
947 | <Reference name="System.Data"/> | ||
948 | <Reference name="libsecondlife.dll"/> | ||
949 | <Reference name="OpenSim.Framework"/> | ||
950 | <Reference name="OpenSim.Framework.Communications"/> | ||
951 | <Reference name="OpenSim.Data.Base" /> | ||
952 | <Reference name="OpenSim.Region.Environment"/> | ||
953 | <Reference name="Nini.dll" /> | ||
954 | <Reference name="PumaCode.SvnDotNet.dll" /> | ||
955 | <Reference name="log4net"/> | ||
956 | <Files> | ||
957 | <Match pattern="*.cs" recurse="true"/> | ||
958 | </Files> | ||
959 | </Project> | ||
960 | |||
931 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | 961 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> |
932 | <Configuration name="Debug"> | 962 | <Configuration name="Debug"> |
933 | <Options> | 963 | <Options> |