diff options
author | Melanie | 2009-08-20 21:45:49 +0100 |
---|---|---|
committer | Melanie | 2009-08-20 21:45:49 +0100 |
commit | b23160a871fe6a28105d39c9602c35cda75efe4a (patch) | |
tree | 43c8d839a3bf6016a1d621d814cfd9d670b068b2 /prebuild.xml | |
parent | Remove a load-order dependency in inventory transfer that was biting (diff) | |
download | opensim-SC_OLD-b23160a871fe6a28105d39c9602c35cda75efe4a.zip opensim-SC_OLD-b23160a871fe6a28105d39c9602c35cda75efe4a.tar.gz opensim-SC_OLD-b23160a871fe6a28105d39c9602c35cda75efe4a.tar.bz2 opensim-SC_OLD-b23160a871fe6a28105d39c9602c35cda75efe4a.tar.xz |
Remove the AssetInventory server from core. It has fallen behind both
upstream and the reference implementation to the point where it is no
longer usable. It has no known users, and sinnce it doesn't work anymore,
it is safe to assume that no one has used it in a long time.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/prebuild.xml b/prebuild.xml index ebe5c62..0cf88c3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -987,128 +987,6 @@ | |||
987 | </Files> | 987 | </Files> |
988 | </Project> | 988 | </Project> |
989 | 989 | ||
990 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.AssetInventoryServer" path="OpenSim/Grid/AssetInventoryServer" type="Exe"> | ||
991 | <Configuration name="Debug"> | ||
992 | <Options> | ||
993 | <OutputPath>../../../bin/</OutputPath> | ||
994 | </Options> | ||
995 | </Configuration> | ||
996 | <Configuration name="Release"> | ||
997 | <Options> | ||
998 | <OutputPath>../../../bin/</OutputPath> | ||
999 | </Options> | ||
1000 | </Configuration> | ||
1001 | |||
1002 | <ReferencePath>../../../bin/</ReferencePath> | ||
1003 | <Reference name="System"/> | ||
1004 | <Reference name="System.Xml"/> | ||
1005 | <Reference name="OpenMetaverseTypes"/> | ||
1006 | <Reference name="OpenMetaverse.StructuredData"/> | ||
1007 | <Reference name="OpenSim.Framework"/> | ||
1008 | <Reference name="OpenSim.Framework.Servers"/> | ||
1009 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1010 | <Reference name="OpenSim.Framework.Console"/> | ||
1011 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
1012 | <Reference name="Nini.dll" /> | ||
1013 | <Reference name="log4net"/> | ||
1014 | |||
1015 | <Files> | ||
1016 | <Match pattern="*.cs" recurse="false"/> | ||
1017 | </Files> | ||
1018 | </Project> | ||
1019 | |||
1020 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
1021 | <Configuration name="Debug"> | ||
1022 | <Options> | ||
1023 | <OutputPath>../../../../bin/</OutputPath> | ||
1024 | </Options> | ||
1025 | </Configuration> | ||
1026 | <Configuration name="Release"> | ||
1027 | <Options> | ||
1028 | <OutputPath>../../../../bin/</OutputPath> | ||
1029 | </Options> | ||
1030 | </Configuration> | ||
1031 | |||
1032 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1033 | <Reference name="System"/> | ||
1034 | <Reference name="System.Xml"/> | ||
1035 | <Reference name="System.Web"/> | ||
1036 | <Reference name="OpenMetaverseTypes"/> | ||
1037 | <Reference name="OpenMetaverse.StructuredData"/> | ||
1038 | <Reference name="OpenSim.Framework"/> | ||
1039 | <Reference name="OpenSim.Framework.Serialization"/> | ||
1040 | <Reference name="OpenSim.Framework.Servers"/> | ||
1041 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1042 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1043 | <Reference name="log4net"/> | ||
1044 | |||
1045 | <Files> | ||
1046 | <Match pattern="*.cs" recurse="false" /> | ||
1047 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1048 | </Files> | ||
1049 | </Project> | ||
1050 | |||
1051 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> | ||
1052 | <Configuration name="Debug"> | ||
1053 | <Options> | ||
1054 | <OutputPath>../../../../../bin/</OutputPath> | ||
1055 | </Options> | ||
1056 | </Configuration> | ||
1057 | <Configuration name="Release"> | ||
1058 | <Options> | ||
1059 | <OutputPath>../../../../../bin/</OutputPath> | ||
1060 | </Options> | ||
1061 | </Configuration> | ||
1062 | |||
1063 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
1064 | <Reference name="System"/> | ||
1065 | <Reference name="System.Xml" /> | ||
1066 | <Reference name="OpenMetaverse"/> | ||
1067 | <Reference name="OpenMetaverseTypes"/> | ||
1068 | <Reference name="OpenSim.Framework" /> | ||
1069 | <Reference name="OpenSim.Framework.Servers"/> | ||
1070 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1071 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1072 | <Reference name="log4net"/> | ||
1073 | |||
1074 | <Files> | ||
1075 | <Match pattern="*.cs" recurse="false" /> | ||
1076 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1077 | </Files> | ||
1078 | </Project> | ||
1079 | |||
1080 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> | ||
1081 | <Configuration name="Debug"> | ||
1082 | <Options> | ||
1083 | <OutputPath>../../../../../bin/</OutputPath> | ||
1084 | </Options> | ||
1085 | </Configuration> | ||
1086 | <Configuration name="Release"> | ||
1087 | <Options> | ||
1088 | <OutputPath>../../../../../bin/</OutputPath> | ||
1089 | </Options> | ||
1090 | </Configuration> | ||
1091 | |||
1092 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
1093 | <Reference name="System"/> | ||
1094 | <Reference name="System.Xml" /> | ||
1095 | <Reference name="System.Data" /> | ||
1096 | <Reference name="OpenMetaverseTypes"/> | ||
1097 | <Reference name="OpenSim.Data" /> | ||
1098 | <Reference name="OpenSim.Framework" /> | ||
1099 | <Reference name="OpenSim.Framework.Communications" /> | ||
1100 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1101 | <Reference name="OpenSim.Framework.Servers"/> | ||
1102 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1103 | <Reference name="log4net"/> | ||
1104 | <Reference name="Nini.dll" /> | ||
1105 | |||
1106 | <Files> | ||
1107 | <Match pattern="*.cs" recurse="false" /> | ||
1108 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1109 | </Files> | ||
1110 | </Project> | ||
1111 | |||
1112 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.UserServer.Modules" path="OpenSim/Grid/UserServer.Modules" type="Library"> | 990 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.UserServer.Modules" path="OpenSim/Grid/UserServer.Modules" type="Library"> |
1113 | <Configuration name="Debug"> | 991 | <Configuration name="Debug"> |
1114 | <Options> | 992 | <Options> |