aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-10 18:58:28 +0000
committerJustin Clark-Casey (justincc)2009-11-10 18:58:28 +0000
commit9cb0c7c86ec48225710fee940ad5347d48634e46 (patch)
treeeee7d483035fb86fbf6741ae0188abffb641fc58 /prebuild.xml
parentUpdated HGUserServices with AuthenticateUserByPassword, so that iar works. (diff)
downloadopensim-SC_OLD-9cb0c7c86ec48225710fee940ad5347d48634e46.zip
opensim-SC_OLD-9cb0c7c86ec48225710fee940ad5347d48634e46.tar.gz
opensim-SC_OLD-9cb0c7c86ec48225710fee940ad5347d48634e46.tar.bz2
opensim-SC_OLD-9cb0c7c86ec48225710fee940ad5347d48634e46.tar.xz
Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer confusion, since only the ROBUST grid service now works
GridServer dll still building for now due to unresolved dependencies with the remaining OpenSim.Grid.UserServer.exe
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 33cb647..b7ce93c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -909,7 +909,7 @@
909 </Files> 909 </Files>
910 </Project> 910 </Project>
911 911
912 <Project frameworkVersion="v3_5" name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> 912 <Project frameworkVersion="v3_5" name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Library">
913 <Configuration name="Debug"> 913 <Configuration name="Debug">
914 <Options> 914 <Options>
915 <OutputPath>../../../bin/</OutputPath> 915 <OutputPath>../../../bin/</OutputPath>