diff options
author | Charles Krinke | 2009-04-18 21:33:48 +0000 |
---|---|---|
committer | Charles Krinke | 2009-04-18 21:33:48 +0000 |
commit | 659b55905dc7e006ae73f3d569efdf52276aa825 (patch) | |
tree | f7df089ce48fa94895ad113afddc460688cb703b /prebuild.xml | |
parent | Allow reading of notecards by asset ID. (diff) | |
download | opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.zip opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.gz opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.bz2 opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.xz |
Thank you kindly, MCortez, for a patch that:
Added is a patch that adds a rough Groups implementation. This patch allows
the creation, adding and maintaining Groups, Roles and Members. Work has begun
on a very naive implementation of messaging, and minimal support for notifications
{no attachments yet}. Proposals are not yet supported, but are on the to-do list.
This implementation is not active by default, and must be configured in
OpenSim.ini to become active.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 72cfb76..7d33fac 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1268,6 +1268,7 @@ | |||
1268 | <Reference name="OpenSim.Framework.Servers"/> | 1268 | <Reference name="OpenSim.Framework.Servers"/> |
1269 | <Reference name="OpenSim.Framework.Statistics"/> | 1269 | <Reference name="OpenSim.Framework.Statistics"/> |
1270 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1270 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1271 | <Reference name="Mono.Addins.dll" /> | ||
1271 | 1272 | ||
1272 | <!-- For scripting in funny languages by default --> | 1273 | <!-- For scripting in funny languages by default --> |
1273 | <Reference name="Microsoft.JScript"/> | 1274 | <Reference name="Microsoft.JScript"/> |
@@ -1277,10 +1278,12 @@ | |||
1277 | <Reference name="log4net.dll"/> | 1278 | <Reference name="log4net.dll"/> |
1278 | <Reference name="DotNetOpenMail.dll"/> | 1279 | <Reference name="DotNetOpenMail.dll"/> |
1279 | 1280 | ||
1281 | |||
1280 | <Files> | 1282 | <Files> |
1281 | <Match pattern="*.cs" recurse="true"> | 1283 | <Match pattern="*.cs" recurse="true"> |
1282 | <Exclude name="Tests" pattern="Tests" /> | 1284 | <Exclude name="Tests" pattern="Tests" /> |
1283 | </Match> | 1285 | </Match> |
1286 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1284 | </Files> | 1287 | </Files> |
1285 | </Project> | 1288 | </Project> |
1286 | 1289 | ||
@@ -3289,3 +3292,4 @@ | |||
3289 | 3292 | ||
3290 | 3293 | ||
3291 | 3294 | ||
3295 | |||