aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJohan Berntsson2008-03-04 05:31:54 +0000
committerJohan Berntsson2008-03-04 05:31:54 +0000
commit279e0061c515ee0a03036bef68eea9738273d785 (patch)
tree4502228eb7b87a760e0b0e67aded9d1d870d0bed /prebuild.xml
parentAdded copyright heaaders. Minor cleanup. (diff)
downloadopensim-SC_OLD-279e0061c515ee0a03036bef68eea9738273d785.zip
opensim-SC_OLD-279e0061c515ee0a03036bef68eea9738273d785.tar.gz
opensim-SC_OLD-279e0061c515ee0a03036bef68eea9738273d785.tar.bz2
opensim-SC_OLD-279e0061c515ee0a03036bef68eea9738273d785.tar.xz
Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 26d795f..4d99c8f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1111,6 +1111,7 @@
1111 <Reference name="OpenSim.Framework.Console"/> 1111 <Reference name="OpenSim.Framework.Console"/>
1112 <Reference name="OpenSim.Framework.Servers"/> 1112 <Reference name="OpenSim.Framework.Servers"/>
1113 <Reference name="OpenSim.Framework.Data"/> 1113 <Reference name="OpenSim.Framework.Data"/>
1114 <Reference name="OpenSim.Framework.Data.MySQL"/>
1114 <Reference name="libsecondlife.dll"/> 1115 <Reference name="libsecondlife.dll"/>
1115 <Reference name="Db4objects.Db4o.dll"/> 1116 <Reference name="Db4objects.Db4o.dll"/>
1116 <Reference name="XMLRPC.dll"/> 1117 <Reference name="XMLRPC.dll"/>
@@ -1509,6 +1510,69 @@
1509 </Files> 1510 </Files>
1510 </Project> 1511 </Project>
1511 1512
1513 <Project name="OpenSim.ApplicationPlugins.RegionProxy" path="ThirdParty/3Di/RegionProxy" type="Library">
1514 <Configuration name="Debug">
1515 <Options>
1516 <OutputPath>../../../bin/</OutputPath>
1517 </Options>
1518 </Configuration>
1519 <Configuration name="Release">
1520 <Options>
1521 <OutputPath>../../../bin/</OutputPath>
1522 </Options>
1523 </Configuration>
1524
1525 <ReferencePath>../../../bin/</ReferencePath>
1526 <Reference name="log4net" />
1527 <Reference name="Mono.Addins.dll" />
1528 <Reference name="System"/>
1529 <Reference name="System.Xml"/>
1530 <Reference name="XMLRPC.dll"/>
1531 <Reference name="Nini.dll" />
1532 <Reference name="OpenSim"/>
1533 <Reference name="OpenSim.Framework"/>
1534 <Reference name="OpenSim.Framework.Data"/>
1535 <Reference name="OpenSim.Framework.Servers"/>
1536 <Reference name="OpenSim.Framework.Console"/>
1537 <Reference name="OpenSim.Region.ClientStack"/>
1538 <Files>
1539 <Match pattern="*.cs" recurse="true"/>
1540 </Files>
1541 </Project>
1542
1543 <Project name="OpenSim.ApplicationPlugins.LoadBalancer" path="ThirdParty/3Di/LoadBalancer" type="Library">
1544 <Configuration name="Debug">
1545 <Options>
1546 <OutputPath>../../../bin/</OutputPath>
1547 </Options>
1548 </Configuration>
1549 <Configuration name="Release">
1550 <Options>
1551 <OutputPath>../../../bin/</OutputPath>
1552 </Options>
1553 </Configuration>
1554
1555 <ReferencePath>../../../bin/</ReferencePath>
1556 <Reference name="log4net" />
1557 <Reference name="Mono.Addins.dll" />
1558 <Reference name="System"/>
1559 <Reference name="System.Xml"/>
1560 <Reference name="XMLRPC.dll"/>
1561 <Reference name="Nini.dll" />
1562 <Reference name="OpenSim"/>
1563 <Reference name="OpenSim.Framework"/>
1564 <Reference name="OpenSim.Framework.Data"/>
1565 <Reference name="OpenSim.Framework.Servers"/>
1566 <Reference name="OpenSim.Framework.Console"/>
1567 <Reference name="OpenSim.Region.Environment"/>
1568 <Reference name="OpenSim.Region.ClientStack"/>
1569 <Reference name="OpenSim.Region.Physics.Manager"/>
1570 <Reference name="libsecondlife.dll"/>
1571 <Files>
1572 <Match pattern="*.cs" recurse="true"/>
1573 </Files>
1574 </Project>
1575
1512 </Solution> 1576 </Solution>
1513 1577
1514 <!-- Prebuild tool --> 1578 <!-- Prebuild tool -->