aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2009-02-24 15:37:03 +0000
committerMW2009-02-24 15:37:03 +0000
commitea26bd415329fb3f030819c9cbaf210825cf5c34 (patch)
treec419cf51b14e33d56532298888c0bec3dfeeaaaa /prebuild.xml
parentDeleted the files from Messagingserver that are now in OpenSim.Grid.Framework (diff)
downloadopensim-SC_OLD-ea26bd415329fb3f030819c9cbaf210825cf5c34.zip
opensim-SC_OLD-ea26bd415329fb3f030819c9cbaf210825cf5c34.tar.gz
opensim-SC_OLD-ea26bd415329fb3f030819c9cbaf210825cf5c34.tar.bz2
opensim-SC_OLD-ea26bd415329fb3f030819c9cbaf210825cf5c34.tar.xz
First step in separating out the Userserver console command handling to a "module".
Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 010e836..c70ac38 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -895,6 +895,43 @@
895 </Files> 895 </Files>
896 </Project> 896 </Project>
897 897
898 <Project name="OpenSim.Grid.UserServer.Modules" path="OpenSim/Grid/UserServer.Modules" type="Library">
899 <Configuration name="Debug">
900 <Options>
901 <OutputPath>../../../bin/</OutputPath>
902 </Options>
903 </Configuration>
904 <Configuration name="Release">
905 <Options>
906 <OutputPath>../../../bin/</OutputPath>
907 </Options>
908 </Configuration>
909
910 <ReferencePath>../../../bin/</ReferencePath>
911 <Reference name="System"/>
912 <Reference name="System.Data"/>
913 <Reference name="System.Xml"/>
914 <Reference name="System.Web"/>
915 <Reference name="OpenSim.Framework"/>
916 <Reference name="OpenSim.Framework.Console"/>
917 <Reference name="OpenSim.Framework.Communications"/>
918 <Reference name="OpenSim.Data"/>
919 <Reference name="OpenSim.Framework.Servers"/>
920 <Reference name="OpenSim.Framework.Statistics"/>
921 <Reference name="OpenSim.Grid.Framework"/>
922 <Reference name="OpenSim.Grid.Communications.OGS1"/>
923 <Reference name="OpenMetaverseTypes.dll"/>
924 <Reference name="OpenMetaverse.StructuredData.dll"/>
925 <Reference name="XMLRPC.dll"/>
926 <Reference name="log4net.dll"/>
927 <Reference name="DotNetOpenId.dll"/>
928
929 <Files>
930 <Match pattern="*.cs" recurse="true"/>
931 </Files>
932 </Project>
933
934
898 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> 935 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
899 <Configuration name="Debug"> 936 <Configuration name="Debug">
900 <Options> 937 <Options>
@@ -919,6 +956,8 @@
919 <Reference name="OpenSim.Framework.Servers"/> 956 <Reference name="OpenSim.Framework.Servers"/>
920 <Reference name="OpenSim.Framework.Statistics"/> 957 <Reference name="OpenSim.Framework.Statistics"/>
921 <Reference name="OpenSim.Grid.Communications.OGS1"/> 958 <Reference name="OpenSim.Grid.Communications.OGS1"/>
959 <Reference name="OpenSim.Grid.Framework"/>
960 <Reference name="OpenSim.Grid.UserServer.Modules"/>
922 <Reference name="OpenMetaverseTypes.dll"/> 961 <Reference name="OpenMetaverseTypes.dll"/>
923 <Reference name="OpenMetaverse.StructuredData.dll"/> 962 <Reference name="OpenMetaverse.StructuredData.dll"/>
924 <Reference name="XMLRPC.dll"/> 963 <Reference name="XMLRPC.dll"/>