diff options
author | Adam Frisby | 2007-07-15 14:58:23 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-15 14:58:23 +0000 |
commit | 275d8c024739f69ec2fce59cffc2f8e19dffc5f0 (patch) | |
tree | e67204e9cce1d53c5eabad3c37ac9311ec65acfe /prebuild.xml | |
parent | * Fixed bug where UserServer SendKey would not be saved in configuration. (diff) | |
download | opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.zip opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.gz opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.bz2 opensim-SC_OLD-275d8c024739f69ec2fce59cffc2f8e19dffc5f0.tar.xz |
* Adding example "NullStorage" DataStore engine.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f8afa22..1f7ff6e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -177,6 +177,32 @@ | |||
177 | </Project> | 177 | </Project> |
178 | 178 | ||
179 | <!-- Storage Plug-ins --> | 179 | <!-- Storage Plug-ins --> |
180 | <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library"> | ||
181 | <Configuration name="Debug"> | ||
182 | <Options> | ||
183 | <OutputPath>../../../../bin/</OutputPath> | ||
184 | </Options> | ||
185 | </Configuration> | ||
186 | <Configuration name="Release"> | ||
187 | <Options> | ||
188 | <OutputPath>../../../../bin/</OutputPath> | ||
189 | </Options> | ||
190 | </Configuration> | ||
191 | |||
192 | <ReferencePath>../../../../bin/</ReferencePath> | ||
193 | <Reference name="System" localCopy="false"/> | ||
194 | <Reference name="System.Xml"/> | ||
195 | <Reference name="Db4objects.Db4o.dll"/> | ||
196 | <Reference name="libsecondlife.dll"/> | ||
197 | <Reference name="OpenSim.Framework"/> | ||
198 | <Reference name="OpenSim.Region.Enviroment"/> | ||
199 | <Reference name="OpenSim.Framework.Console"/> | ||
200 | <Files> | ||
201 | <Match pattern="*.cs" recurse="true"/> | ||
202 | </Files> | ||
203 | </Project> | ||
204 | |||
205 | |||
180 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> | 206 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> |
181 | <Configuration name="Debug"> | 207 | <Configuration name="Debug"> |
182 | <Options> | 208 | <Options> |