diff options
author | Mike Mazur | 2008-08-08 05:57:14 +0000 |
---|---|---|
committer | Mike Mazur | 2008-08-08 05:57:14 +0000 |
commit | 1040f3f454a6f469dcd74f19c45ea67d0584ade1 (patch) | |
tree | 36076b1a16ae66f3451666856e3f52f875e7d8a8 /prebuild.xml | |
parent | Committing first draft of the universal cache. This is by no means (diff) | |
download | opensim-SC_OLD-1040f3f454a6f469dcd74f19c45ea67d0584ade1.zip opensim-SC_OLD-1040f3f454a6f469dcd74f19c45ea67d0584ade1.tar.gz opensim-SC_OLD-1040f3f454a6f469dcd74f19c45ea67d0584ade1.tar.bz2 opensim-SC_OLD-1040f3f454a6f469dcd74f19c45ea67d0584ade1.tar.xz |
Remove FunSL client stack as it's under development and often won't compile.
This effectively undoes commits 5771 and 5769 as well as parts of the
formatting cleanup commits 5774 and 5775.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/prebuild.xml b/prebuild.xml index c460ae8..495cdba 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -888,42 +888,6 @@ | |||
888 | </Files> | 888 | </Files> |
889 | </Project> | 889 | </Project> |
890 | 890 | ||
891 | <Project name="OpenSim.Region.ClientStack.FunSLUDP" path="OpenSim/Region/ClientStack/FunSLUDP" type="Library"> | ||
892 | <Configuration name="Debug"> | ||
893 | <Options> | ||
894 | <OutputPath>../../../../bin/</OutputPath> | ||
895 | </Options> | ||
896 | </Configuration> | ||
897 | <Configuration name="Release"> | ||
898 | <Options> | ||
899 | <OutputPath>../../../../bin/</OutputPath> | ||
900 | </Options> | ||
901 | </Configuration> | ||
902 | |||
903 | <ReferencePath>../../../../bin/</ReferencePath> | ||
904 | <Reference name="System" localCopy="false"/> | ||
905 | <Reference name="System.Xml"/> | ||
906 | <Reference name="libsecondlife.dll"/> | ||
907 | <Reference name="Axiom.MathLib.dll"/> | ||
908 | <Reference name="OpenSim.Region.Environment"/> | ||
909 | <Reference name="OpenSim.Framework"/> | ||
910 | <Reference name="OpenSim.Data"/> | ||
911 | <Reference name="OpenSim.Framework.Servers"/> | ||
912 | <Reference name="OpenSim.Framework.Console"/> | ||
913 | <Reference name="OpenSim.Framework.Communications"/> | ||
914 | <Reference name="OpenSim.Framework.Statistics"/> | ||
915 | <Reference name="OpenSim.Region.ClientStack"/> | ||
916 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
917 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
918 | <Reference name="XMLRPC.dll"/> | ||
919 | <Reference name="Nini.dll" /> | ||
920 | <Reference name="log4net.dll"/> | ||
921 | |||
922 | <Files> | ||
923 | <Match pattern="*.cs" recurse="true"/> | ||
924 | </Files> | ||
925 | </Project> | ||
926 | |||
927 | <!-- Datastore Plugins --> | 891 | <!-- Datastore Plugins --> |
928 | <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 892 | <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
929 | <Configuration name="Debug"> | 893 | <Configuration name="Debug"> |