diff options
author | Tom Grimshaw | 2010-05-29 03:56:34 -0700 |
---|---|---|
committer | Tom Grimshaw | 2010-05-29 03:56:34 -0700 |
commit | 31439293ccdb5df914dc13287a8f178529fccb6b (patch) | |
tree | 8f65400ccf01bc6158fcb9b6cb0d7c969d67ec96 /prebuild.xml | |
parent | Implement suspended updates - When an operation is occurring on lots of prims... (diff) | |
download | opensim-SC-31439293ccdb5df914dc13287a8f178529fccb6b.zip opensim-SC-31439293ccdb5df914dc13287a8f178529fccb6b.tar.gz opensim-SC-31439293ccdb5df914dc13287a8f178529fccb6b.tar.bz2 opensim-SC-31439293ccdb5df914dc13287a8f178529fccb6b.tar.xz |
Meta7 Communities : Authorization service added, skeleton, not yet functional
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fb01d51..7e92454 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1033,6 +1033,38 @@ | |||
1033 | </Files> | 1033 | </Files> |
1034 | </Project> | 1034 | </Project> |
1035 | 1035 | ||
1036 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Meta7Communities" path="OpenSim/Services/Meta7Communities" type="Library"> | ||
1037 | <Configuration name="Debug"> | ||
1038 | <Options> | ||
1039 | <OutputPath>../../../bin/</OutputPath> | ||
1040 | </Options> | ||
1041 | </Configuration> | ||
1042 | <Configuration name="Release"> | ||
1043 | <Options> | ||
1044 | <OutputPath>../../../bin/</OutputPath> | ||
1045 | </Options> | ||
1046 | </Configuration> | ||
1047 | |||
1048 | <ReferencePath>../../../bin/</ReferencePath> | ||
1049 | <Reference name="System"/> | ||
1050 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1051 | <Reference name="OpenMetaverse.dll"/> | ||
1052 | <Reference name="OpenSim.Framework"/> | ||
1053 | <Reference name="OpenSim.Framework.Console"/> | ||
1054 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1055 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1056 | <Reference name="OpenSim.Services.Base"/> | ||
1057 | <Reference name="OpenSim.Services.Connectors"/> | ||
1058 | <Reference name="OpenSim.Services.AuthorizationService"/> | ||
1059 | <Reference name="OpenSim.Data"/> | ||
1060 | <Reference name="Nini.dll" /> | ||
1061 | <Reference name="log4net.dll"/> | ||
1062 | |||
1063 | <Files> | ||
1064 | <Match pattern="*.cs" recurse="true"/> | ||
1065 | </Files> | ||
1066 | </Project> | ||
1067 | |||
1036 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1068 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
1037 | <Configuration name="Debug"> | 1069 | <Configuration name="Debug"> |
1038 | <Options> | 1070 | <Options> |