aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2007-09-25 08:31:46 +0000
committerSean Dague2007-09-25 08:31:46 +0000
commit2528c28211d4800f26d8470eee4633d5d022ef7a (patch)
tree3cc514d42dc3a02fd2c80635cc2acf97a48a8e48 /prebuild.xml
parent* Added missing project ref (diff)
downloadopensim-SC_OLD-2528c28211d4800f26d8470eee4633d5d022ef7a.zip
opensim-SC_OLD-2528c28211d4800f26d8470eee4633d5d022ef7a.tar.gz
opensim-SC_OLD-2528c28211d4800f26d8470eee4633d5d022ef7a.tar.bz2
opensim-SC_OLD-2528c28211d4800f26d8470eee4633d5d022ef7a.tar.xz
fix order issue with prebuild.xml, we need to build Local before
building OGS1.
Diffstat (limited to '')
-rw-r--r--prebuild.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9c8ffed..bbd403c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -383,7 +383,7 @@
383 </Files> 383 </Files>
384 </Project> 384 </Project>
385 385
386 <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library"> 386 <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
387 <Configuration name="Debug"> 387 <Configuration name="Debug">
388 <Options> 388 <Options>
389 <OutputPath>../../../../bin/</OutputPath> 389 <OutputPath>../../../../bin/</OutputPath>
@@ -398,15 +398,13 @@
398 <ReferencePath>../../../../bin/</ReferencePath> 398 <ReferencePath>../../../../bin/</ReferencePath>
399 <Reference name="System"/> 399 <Reference name="System"/>
400 <Reference name="System.Xml"/> 400 <Reference name="System.Xml"/>
401 <Reference name="System.Data"/> 401 <Reference name="OpenSim.Framework.Communications"/>
402 <Reference name="System.Runtime.Remoting"/>
403 <Reference name="OpenSim.Framework"/>
404 <Reference name="OpenSim.Framework.Console"/>
405 <Reference name="OpenSim.Framework.Servers"/>
406 <Reference name="OpenSim.Framework.Communications" />
407 <Reference name="OpenSim.Region.Communications.Local" />
408 <Reference name="OpenSim.Framework.Data" /> 402 <Reference name="OpenSim.Framework.Data" />
403 <Reference name="OpenSim.Framework.Servers"/>
404 <Reference name="OpenSim.Framework.Console"/>
409 <Reference name="libsecondlife.dll"/> 405 <Reference name="libsecondlife.dll"/>
406 <Reference name="OpenSim.Framework"/>
407 <Reference name="OpenSim.Framework.InventoryServiceBase"/>
410 <Reference name="XMLRPC.dll"/> 408 <Reference name="XMLRPC.dll"/>
411 409
412 <Files> 410 <Files>
@@ -414,7 +412,7 @@
414 </Files> 412 </Files>
415 </Project> 413 </Project>
416 414
417 <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library"> 415 <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
418 <Configuration name="Debug"> 416 <Configuration name="Debug">
419 <Options> 417 <Options>
420 <OutputPath>../../../../bin/</OutputPath> 418 <OutputPath>../../../../bin/</OutputPath>
@@ -429,13 +427,15 @@
429 <ReferencePath>../../../../bin/</ReferencePath> 427 <ReferencePath>../../../../bin/</ReferencePath>
430 <Reference name="System"/> 428 <Reference name="System"/>
431 <Reference name="System.Xml"/> 429 <Reference name="System.Xml"/>
432 <Reference name="OpenSim.Framework.Communications"/> 430 <Reference name="System.Data"/>
433 <Reference name="OpenSim.Framework.Data" /> 431 <Reference name="System.Runtime.Remoting"/>
434 <Reference name="OpenSim.Framework.Servers"/> 432 <Reference name="OpenSim.Framework"/>
435 <Reference name="OpenSim.Framework.Console"/> 433 <Reference name="OpenSim.Framework.Console"/>
434 <Reference name="OpenSim.Framework.Servers"/>
435 <Reference name="OpenSim.Framework.Communications" />
436 <Reference name="OpenSim.Region.Communications.Local" />
437 <Reference name="OpenSim.Framework.Data" />
436 <Reference name="libsecondlife.dll"/> 438 <Reference name="libsecondlife.dll"/>
437 <Reference name="OpenSim.Framework"/>
438 <Reference name="OpenSim.Framework.InventoryServiceBase"/>
439 <Reference name="XMLRPC.dll"/> 439 <Reference name="XMLRPC.dll"/>
440 440
441 <Files> 441 <Files>