diff options
author | lbsa71 | 2008-03-13 19:55:18 +0000 |
---|---|---|
committer | lbsa71 | 2008-03-13 19:55:18 +0000 |
commit | 8b6d29ff2ed7dde3abef0b1defabed3960e0d959 (patch) | |
tree | 7a2eaa940d45c6f5f763889054d2570843633f16 /prebuild.xml | |
parent | * Put back a comment I just inexplicably zapped (diff) | |
download | opensim-SC_OLD-8b6d29ff2ed7dde3abef0b1defabed3960e0d959.zip opensim-SC_OLD-8b6d29ff2ed7dde3abef0b1defabed3960e0d959.tar.gz opensim-SC_OLD-8b6d29ff2ed7dde3abef0b1defabed3960e0d959.tar.bz2 opensim-SC_OLD-8b6d29ff2ed7dde3abef0b1defabed3960e0d959.tar.xz |
* SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModule
* This module more or less crashes every region in the instance if you enable it by moving it from local /bin to global /bin
* But hey, it crashes in lots of interesting ways.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/prebuild.xml b/prebuild.xml index dea75dc..6bf4522 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -959,41 +959,26 @@ | |||
959 | 959 | ||
960 | <!-- Scene Server API Example Apps --> | 960 | <!-- Scene Server API Example Apps --> |
961 | 961 | ||
962 | <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe"> | 962 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> |
963 | <Configuration name="Debug"> | 963 | <Configuration name="Debug"> |
964 | <Options> | 964 | <Options> |
965 | <OutputPath>../../../../bin/</OutputPath> | 965 | <OutputPath>bin/</OutputPath> |
966 | </Options> | 966 | </Options> |
967 | </Configuration> | 967 | </Configuration> |
968 | <Configuration name="Release"> | 968 | <Configuration name="Release"> |
969 | <Options> | 969 | <Options> |
970 | <OutputPath>../../../../bin/</OutputPath> | 970 | <OutputPath>bin/</OutputPath> |
971 | </Options> | 971 | </Options> |
972 | </Configuration> | 972 | </Configuration> |
973 | 973 | ||
974 | <ReferencePath>../../../../bin/</ReferencePath> | 974 | <ReferencePath>../../../../bin/</ReferencePath> |
975 | 975 | ||
976 | <Reference name="libsecondlife.dll"/> | 976 | <Reference name="libsecondlife.dll"/> |
977 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
978 | <Reference name="System" localCopy="false"/> | 977 | <Reference name="System" localCopy="false"/> |
979 | <Reference name="System.Data"/> | ||
980 | <Reference name="System.Xml"/> | ||
981 | |||
982 | <Reference name="OpenSim.Framework.Console"/> | ||
983 | <Reference name="OpenSim.Framework"/> | 978 | <Reference name="OpenSim.Framework"/> |
984 | <Reference name="OpenSim.Framework.Data"/> | ||
985 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
986 | <Reference name="XMLRPC.dll"/> | ||
987 | <Reference name="OpenSim.Framework.Servers"/> | ||
988 | <Reference name="OpenSim.Framework.Statistics"/> | ||
989 | <Reference name="OpenSim.Framework.Communications"/> | ||
990 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
991 | <Reference name="OpenSim.Region.ClientStack"/> | ||
992 | <Reference name="OpenSim.Region.Environment"/> | 979 | <Reference name="OpenSim.Region.Environment"/> |
993 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | ||
994 | <Reference name="Nini.dll" /> | 980 | <Reference name="Nini.dll" /> |
995 | <Reference name="log4net"/> | 981 | <Reference name="log4net"/> |
996 | |||
997 | <Files> | 982 | <Files> |
998 | <Match pattern="*.cs" recurse="true"/> | 983 | <Match pattern="*.cs" recurse="true"/> |
999 | </Files> | 984 | </Files> |