aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-04-02 02:11:51 +0000
committergareth2007-04-02 02:11:51 +0000
commit843f547684ef8a084e336361a440b72090370dd1 (patch)
treeb468bc22188c1cbed2be9c0124d6995efae8b8f9 /prebuild.xml
parentditto (diff)
downloadopensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.zip
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.gz
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.bz2
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.xz
Moved grid configuration to Db4o database
Diffstat (limited to '')
-rw-r--r--prebuild.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4557159..d1ae31e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -138,6 +138,7 @@
138 <Reference name="System.Data" localCopy="false"/> 138 <Reference name="System.Data" localCopy="false"/>
139 <Reference name="System.Xml" localCopy="false"/> 139 <Reference name="System.Xml" localCopy="false"/>
140 <Reference name="OpenSim.Framework"/> 140 <Reference name="OpenSim.Framework"/>
141 <Reference name="OpenSim.Framework.Interfaces"/>
141 <Reference name="OpenSim.Framework.Console"/> 142 <Reference name="OpenSim.Framework.Console"/>
142 <Reference name="libsecondlife.dll"/> 143 <Reference name="libsecondlife.dll"/>
143 <Reference name="Db4objects.Db4o.dll"/> 144 <Reference name="Db4objects.Db4o.dll"/>
@@ -222,6 +223,32 @@
222 </Files> 223 </Files>
223 </Project> 224 </Project>
224 225
226 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library">
227 <Configuration name="Debug">
228 <Options>
229 <OutputPath>../../bin/</OutputPath>
230 </Options>
231 </Configuration>
232 <Configuration name="Release">
233 <Options>
234 <OutputPath>../../bin/</OutputPath>
235 </Options>
236 </Configuration>
237
238 <ReferencePath>../../bin/</ReferencePath>
239 <Reference name="System" localCopy="false"/>
240 <Reference name="System.Data.dll"/>
241 <Reference name="System.Xml"/>
242 <Reference name="libsecondlife.dll"/>
243 <Reference name="Db4objects.Db4o.dll"/>
244 <Reference name="OpenSim.Framework"/>
245 <Reference name="OpenSim.Framework.Console"/>
246 <Files>
247 <Match pattern="*.cs" recurse="true"/>
248 </Files>
249 </Project>
250
251
225 <!-- Grid Server Plug-ins --> 252 <!-- Grid Server Plug-ins -->
226 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> 253 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
227 <Configuration name="Debug"> 254 <Configuration name="Debug">