aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authormingchen2007-06-27 19:43:46 +0000
committermingchen2007-06-27 19:43:46 +0000
commit0232f01a58a3c0a88e95c22589efec21f502f081 (patch)
treeff210fa6750c23972086ebbf816ead0a0a2f412a /prebuild.xml
parent*Moved VersionInfo.cs to its correct place in OpenSim.csproj (diff)
downloadopensim-SC_OLD-0232f01a58a3c0a88e95c22589efec21f502f081.zip
opensim-SC_OLD-0232f01a58a3c0a88e95c22589efec21f502f081.tar.gz
opensim-SC_OLD-0232f01a58a3c0a88e95c22589efec21f502f081.tar.bz2
opensim-SC_OLD-0232f01a58a3c0a88e95c22589efec21f502f081.tar.xz
*Moved all the classes into their own file from LLSDHelpers.cs
*Some folder renaming to follow project Name *Updated prebuild.xml
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 2ef8e8f..b4cfc63 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -125,7 +125,7 @@
125 </Files> 125 </Files>
126 </Project> 126 </Project>
127 127
128 <Project name="OpenSim.Region.Caps" path="OpenSim/Region/Caps" type="Library"> 128 <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library">
129 <Configuration name="Debug"> 129 <Configuration name="Debug">
130 <Options> 130 <Options>
131 <OutputPath>../../../bin/</OutputPath> 131 <OutputPath>../../../bin/</OutputPath>
@@ -598,7 +598,6 @@
598 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> 598 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
599 <Reference name="OpenSim.Framework"/> 599 <Reference name="OpenSim.Framework"/>
600 <Reference name="OpenSim.Framework.Console"/> 600 <Reference name="OpenSim.Framework.Console"/>
601 <Reference name="OpenSim.FrameworkGenericConfig.Xml"/>
602 <Reference name="OpenSim.Region.Physics.Manager"/> 601 <Reference name="OpenSim.Region.Physics.Manager"/>
603 <Reference name="OpenSim.Framework.Servers"/> 602 <Reference name="OpenSim.Framework.Servers"/>
604 <Reference name="OpenSim.Region.Caches"/> 603 <Reference name="OpenSim.Region.Caches"/>
@@ -611,7 +610,7 @@
611 610
612 611
613 612
614 <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Simulation" type="Library"> 613 <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library">
615 <Configuration name="Debug"> 614 <Configuration name="Debug">
616 <Options> 615 <Options>
617 <OutputPath>../../../bin/</OutputPath> 616 <OutputPath>../../../bin/</OutputPath>
@@ -636,6 +635,7 @@
636 <Reference name="OpenSim.Region.Physics.Manager"/> 635 <Reference name="OpenSim.Region.Physics.Manager"/>
637 <Reference name="OpenSim.Framework.Servers"/> 636 <Reference name="OpenSim.Framework.Servers"/>
638 <Reference name="OpenSim.Region.Caches"/> 637 <Reference name="OpenSim.Region.Caches"/>
638 <Reference name="OpenSim.Region.Capabilities"/>
639 <Reference name="XMLRPC.dll"/> 639 <Reference name="XMLRPC.dll"/>
640 <Reference name="OpenSim.Framework.Communications"/> 640 <Reference name="OpenSim.Framework.Communications"/>
641 641