diff options
author | Mike Mazur | 2009-02-16 02:27:01 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:27:01 +0000 |
commit | f1e71ca5e115366e55fb1b721d85cef08e3e5816 (patch) | |
tree | 7f8bcad91db1de772a6580abe255fb39e706e2e0 /prebuild.xml | |
parent | Move NullAuthentication and AuthorizeAll extensions to plugins. (diff) | |
download | opensim-SC_OLD-f1e71ca5e115366e55fb1b721d85cef08e3e5816.zip opensim-SC_OLD-f1e71ca5e115366e55fb1b721d85cef08e3e5816.tar.gz opensim-SC_OLD-f1e71ca5e115366e55fb1b721d85cef08e3e5816.tar.bz2 opensim-SC_OLD-f1e71ca5e115366e55fb1b721d85cef08e3e5816.tar.xz |
- add list for backend plugins and Dispose() all plugins on shutdown
- fix some plugin names
- remove most references to ExtensionLoader
- remove commented out AssetInventoryServer blobs from prebuild.xml
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/prebuild.xml b/prebuild.xml index 83e31f2..a284f72 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -836,7 +836,6 @@ | |||
836 | 836 | ||
837 | <!-- Remove these eventually --> | 837 | <!-- Remove these eventually --> |
838 | <Reference name="MySql.Data" /> | 838 | <Reference name="MySql.Data" /> |
839 | <Reference name="ExtensionLoader" /> | ||
840 | 839 | ||
841 | <Files> | 840 | <Files> |
842 | <Match pattern="*.cs" recurse="false" /> | 841 | <Match pattern="*.cs" recurse="false" /> |
@@ -868,7 +867,6 @@ | |||
868 | 867 | ||
869 | <!-- Remove these eventually --> | 868 | <!-- Remove these eventually --> |
870 | <Reference name="MySql.Data" /> | 869 | <Reference name="MySql.Data" /> |
871 | <Reference name="ExtensionLoader" /> | ||
872 | 870 | ||
873 | <Files> | 871 | <Files> |
874 | <Match pattern="*.cs" recurse="false" /> | 872 | <Match pattern="*.cs" recurse="false" /> |
@@ -876,63 +874,6 @@ | |||
876 | </Files> | 874 | </Files> |
877 | </Project> | 875 | </Project> |
878 | 876 | ||
879 | <!--Project name="OpenSim.Grid.AssetInventoryServer.Simple" path="OpenSim/Grid/AssetInventoryServer/Extensions/Simple" type="Library"> | ||
880 | <Configuration name="Debug"> | ||
881 | <Options> | ||
882 | <OutputPath>../../../../../bin/</OutputPath> | ||
883 | </Options> | ||
884 | </Configuration> | ||
885 | <Configuration name="Release"> | ||
886 | <Options> | ||
887 | <OutputPath>../../../../../bin/</OutputPath> | ||
888 | </Options> | ||
889 | </Configuration> | ||
890 | |||
891 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
892 | <Reference name="System"/> | ||
893 | <Reference name="System.ServiceProcess"/> | ||
894 | <Reference name="System.Xml"/> | ||
895 | <Reference name="log4net2"/> | ||
896 | <Reference name="OpenSim.Grid.AssetServer.exe"/> | ||
897 | <Reference name="OpenMetaverse"/> | ||
898 | <Reference name="OpenMetaverseTypes"/> | ||
899 | <Reference name="OpenMetaverse.StructuredData2"/> | ||
900 | <Reference name="ExtensionLoader"/> | ||
901 | |||
902 | <Files> | ||
903 | <Match pattern="*.cs" recurse="true"/> | ||
904 | </Files> | ||
905 | </Project> | ||
906 | |||
907 | <Project name="OpenSim.Grid.AssetInventoryServer.OpenSimMySQL" path="OpenSim/Grid/AssetInventoryServer/Extensions/OpenSimMySQL" type="Library"> | ||
908 | <Configuration name="Debug"> | ||
909 | <Options> | ||
910 | <OutputPath>../../../../../bin/</OutputPath> | ||
911 | </Options> | ||
912 | </Configuration> | ||
913 | <Configuration name="Release"> | ||
914 | <Options> | ||
915 | <OutputPath>../../../../../bin/</OutputPath> | ||
916 | </Options> | ||
917 | </Configuration> | ||
918 | |||
919 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
920 | <Reference name="System"/> | ||
921 | <Reference name="System.Data"/> | ||
922 | <Reference name="System.ServiceProcess"/> | ||
923 | <Reference name="System.Xml"/> | ||
924 | <Reference name="log4net2"/> | ||
925 | <Reference name="OpenSim.Grid.AssetServer.exe"/> | ||
926 | <Reference name="OpenMetaverseTypes"/> | ||
927 | <Reference name="OpenMetaverse.StructuredData2"/> | ||
928 | <Reference name="ExtensionLoader"/> | ||
929 | <Reference name="MySql.Data"/> | ||
930 | |||
931 | <Files> | ||
932 | <Match pattern="*.cs" recurse="true"/> | ||
933 | </Files> | ||
934 | </Project--> | ||
935 | |||
936 | <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> | 877 | <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> |
937 | <Configuration name="Debug"> | 878 | <Configuration name="Debug"> |
938 | <Options> | 879 | <Options> |