aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-16 02:00:36 +0000
committerMelanie Thielker2008-08-16 02:00:36 +0000
commit328ab79b783d4beaa5f954918e3b306950153c1a (patch)
treee2bf03b6cc7c6514a9c83968a716648394602e14 /prebuild.xml
parentPerils of copypaste. Missing references. (diff)
downloadopensim-SC_OLD-328ab79b783d4beaa5f954918e3b306950153c1a.zip
opensim-SC_OLD-328ab79b783d4beaa5f954918e3b306950153c1a.tar.gz
opensim-SC_OLD-328ab79b783d4beaa5f954918e3b306950153c1a.tar.bz2
opensim-SC_OLD-328ab79b783d4beaa5f954918e3b306950153c1a.tar.xz
Refactor a lot of direct calls to OGS1 to use the cached version instead.
Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 495cdba..48ef580 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -816,6 +816,44 @@
816 </Files> 816 </Files>
817 </Project> 817 </Project>
818 818
819 <Project name="Xumeo.Modules" path="Xumeo/Modules" type="Library">
820 <Configuration name="Debug">
821 <Options>
822 <OutputPath>../../bin/</OutputPath>
823 </Options>
824 </Configuration>
825 <Configuration name="Release">
826 <Options>
827 <OutputPath>../../bin/</OutputPath>
828 </Options>
829 </Configuration>
830
831 <ReferencePath>../../bin/</ReferencePath>
832 <Reference name="System" localCopy="false"/>
833 <Reference name="System.Xml"/>
834 <Reference name="System.Drawing"/>
835 <Reference name="System.Runtime.Remoting"/>
836 <Reference name="libsecondlife.dll"/>
837 <Reference name="Axiom.MathLib.dll"/>
838 <Reference name="OpenSim.Framework"/>
839 <Reference name="OpenSim.Data" />
840 <Reference name="OpenSim.Region.Environment" />
841 <Reference name="OpenSim.Framework.Console"/>
842 <Reference name="OpenSim.Framework.Servers"/>
843 <Reference name="OpenSim.Framework.Statistics"/>
844 <Reference name="OpenSim.Framework.Communications"/>
845 <Reference name="OpenSim.Region.Physics.Manager"/>
846 <Reference name="System.Data" />
847 <Reference name="MySql.Data.dll" />
848 <Reference name="Nini.dll" />
849 <Reference name="log4net.dll"/>
850 <Reference name="XMLRPC.dll"/>
851
852 <Files>
853 <Match pattern="*.cs" recurse="true"/>
854 </Files>
855 </Project>
856
819 <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 857 <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
820 <Configuration name="Debug"> 858 <Configuration name="Debug">
821 <Options> 859 <Options>