aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authordiva2009-06-15 00:17:17 +0000
committerdiva2009-06-15 00:17:17 +0000
commit54d44e370b1c6995a887e17823c9de645d1e72bb (patch)
tree5b470056344f5f831bdefbb483e3ef5f14790433 /prebuild.xml
parentFactoring out "land_data" / RequestLandData that was hanging off of IGridServ... (diff)
downloadopensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.zip
opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.gz
opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.bz2
opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.xz
Removing the OpenSim.SimulatorServices project. All of those region modules are now in CoreModules/ServiceConnectorsIn, where they belong.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml36
1 files changed, 1 insertions, 35 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6a17b9d..312b90a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1547,6 +1547,7 @@
1547 <Reference name="OpenSim.Data" /> 1547 <Reference name="OpenSim.Data" />
1548 <Reference name="OpenSim.Region.Framework" /> 1548 <Reference name="OpenSim.Region.Framework" />
1549 <Reference name="OpenSim.Server.Base" /> 1549 <Reference name="OpenSim.Server.Base" />
1550 <Reference name="OpenSim.Server.Handlers" />
1550 <Reference name="OpenSim.Services.Connectors" /> 1551 <Reference name="OpenSim.Services.Connectors" />
1551 <Reference name="OpenSim.Services.Base" /> 1552 <Reference name="OpenSim.Services.Base" />
1552 <Reference name="OpenSim.Services.Interfaces" /> 1553 <Reference name="OpenSim.Services.Interfaces" />
@@ -1657,41 +1658,6 @@
1657 </Files> 1658 </Files>
1658 </Project> 1659 </Project>
1659 1660
1660 <Project name="OpenSim.SimulatorServices" path="OpenSim/SimulatorServices" type="Library">
1661 <Configuration name="Debug">
1662 <Options>
1663 <OutputPath>../../bin/</OutputPath>
1664 </Options>
1665 </Configuration>
1666 <Configuration name="Release">
1667 <Options>
1668 <OutputPath>../../bin/</OutputPath>
1669 </Options>
1670 </Configuration>
1671
1672 <ReferencePath>../../bin/</ReferencePath>
1673 <Reference name="System"/>
1674 <Reference name="OpenSim.Framework"/>
1675 <Reference name="OpenSim.Framework.Communications"/>
1676 <Reference name="OpenSim.Framework.Servers.HttpServer" />
1677 <Reference name="OpenSim.Region.Framework" />
1678 <Reference name="OpenSim.Services.Interfaces"/>
1679 <Reference name="OpenSim.Server.Base"/>
1680 <Reference name="OpenSim.Server.Handlers"/>
1681 <Reference name="Mono.Addins.dll" />
1682 <Reference name="XMLRPC.dll"/>
1683 <Reference name="Nini.dll" />
1684 <Reference name="log4net.dll"/>
1685
1686
1687 <Files>
1688 <Match pattern="*.cs" recurse="true">
1689 <Exclude name="Tests" pattern="Tests" />
1690 </Match>
1691 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
1692 </Files>
1693 </Project>
1694
1695 <Project name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library"> 1661 <Project name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library">
1696 <Configuration name="Debug"> 1662 <Configuration name="Debug">
1697 <Options> 1663 <Options>