diff options
author | Melanie | 2010-02-08 15:21:35 +0000 |
---|---|---|
committer | Melanie | 2010-02-08 15:21:35 +0000 |
commit | 70a0d7aa4677c240ad12527adde6725df946e572 (patch) | |
tree | f5fb26c626a2b13c057fd4a0d902346501e176c0 /prebuild.xml | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into mysql-p... (diff) | |
download | opensim-SC_OLD-70a0d7aa4677c240ad12527adde6725df946e572.zip opensim-SC_OLD-70a0d7aa4677c240ad12527adde6725df946e572.tar.gz opensim-SC_OLD-70a0d7aa4677c240ad12527adde6725df946e572.tar.bz2 opensim-SC_OLD-70a0d7aa4677c240ad12527adde6725df946e572.tar.xz |
Adding the Careminster "Configger" tool to OpenSim. The tool will, when launched
in place of OpenSim, dump the config to stdout. Use -f xml, -f ini or -f mysql
to get a condensed ini file, an xml file suitable for webloading, or a set
of mysql insert statements.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 46a1057..ac4400d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2886,6 +2886,28 @@ | |||
2886 | </Files> | 2886 | </Files> |
2887 | </Project> | 2887 | </Project> |
2888 | 2888 | ||
2889 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | ||
2890 | <Configuration name="Debug"> | ||
2891 | <Options> | ||
2892 | <OutputPath>../../../bin/</OutputPath> | ||
2893 | </Options> | ||
2894 | </Configuration> | ||
2895 | <Configuration name="Release"> | ||
2896 | <Options> | ||
2897 | <OutputPath>../../../bin/</OutputPath> | ||
2898 | </Options> | ||
2899 | </Configuration> | ||
2900 | |||
2901 | <ReferencePath>../../../bin/</ReferencePath> | ||
2902 | <Reference name="System"/> | ||
2903 | <Reference name="Nini.dll"/> | ||
2904 | <Reference name="log4net.dll"/> | ||
2905 | |||
2906 | <Files> | ||
2907 | <Match pattern="*.cs" recurse="true"/> | ||
2908 | </Files> | ||
2909 | </Project> | ||
2910 | |||
2889 | <!-- Test Suite --> | 2911 | <!-- Test Suite --> |
2890 | <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> | 2912 | <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> |
2891 | <Configuration name="Debug"> | 2913 | <Configuration name="Debug"> |