aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-24 15:56:50 +0000
committerJustin Clarke Casey2008-07-24 15:56:50 +0000
commit77297ed6cce787c662d67880e15ecaff5f1b4ca1 (patch)
tree0114f0c5375d48c0413ef73761613b5d9e84e865 /prebuild.xml
parentThank you, Neopallium, for a patch that addresses ack issues in the (diff)
downloadopensim-SC_OLD-77297ed6cce787c662d67880e15ecaff5f1b4ca1.zip
opensim-SC_OLD-77297ed6cce787c662d67880e15ecaff5f1b4ca1.tar.gz
opensim-SC_OLD-77297ed6cce787c662d67880e15ecaff5f1b4ca1.tar.bz2
opensim-SC_OLD-77297ed6cce787c662d67880e15ecaff5f1b4ca1.tar.xz
* Separate out OGS1 calls used between services (rather than from region to services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 044aa99..ec0b71f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1654,6 +1654,32 @@
1654 1654
1655 <!-- OGS projects --> 1655 <!-- OGS projects -->
1656 1656
1657 <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library">
1658 <Configuration name="Debug">
1659 <Options>
1660 <OutputPath>../../../../bin/</OutputPath>
1661 </Options>
1662 </Configuration>
1663 <Configuration name="Release">
1664 <Options>
1665 <OutputPath>../../../../bin/</OutputPath>
1666 </Options>
1667 </Configuration>
1668
1669 <ReferencePath>../../../../bin/</ReferencePath>
1670 <Reference name="System"/>
1671 <Reference name="OpenSim.Framework"/>
1672 <Reference name="OpenSim.Framework.Communications" />
1673 <Reference name="OpenSim.Framework.Servers"/>
1674 <Reference name="libsecondlife.dll"/>
1675 <Reference name="XMLRPC.dll"/>
1676 <Reference name="log4net.dll"/>
1677
1678 <Files>
1679 <Match pattern="*.cs" recurse="true"/>
1680 </Files>
1681 </Project>
1682
1657 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> 1683 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
1658 <Configuration name="Debug"> 1684 <Configuration name="Debug">
1659 <Options> 1685 <Options>
@@ -1739,7 +1765,7 @@
1739 <Reference name="OpenSim.Data"/> 1765 <Reference name="OpenSim.Data"/>
1740 <Reference name="OpenSim.Framework.Servers"/> 1766 <Reference name="OpenSim.Framework.Servers"/>
1741 <Reference name="OpenSim.Framework.Statistics"/> 1767 <Reference name="OpenSim.Framework.Statistics"/>
1742 <Reference name="OpenSim.Region.Communications.OGS1"/> 1768 <Reference name="OpenSim.Grid.Communications.OGS1"/>
1743 <Reference name="libsecondlife.dll"/> 1769 <Reference name="libsecondlife.dll"/>
1744 <Reference name="XMLRPC.dll"/> 1770 <Reference name="XMLRPC.dll"/>
1745 <Reference name="log4net.dll"/> 1771 <Reference name="log4net.dll"/>