aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorRob Smart2009-09-09 19:42:53 +0100
committerDiva Canto2009-09-10 17:51:28 -0700
commit16940097beee0fad554dfcb7249294ff8ac247d4 (patch)
tree3f5a904b5ac46cb028b00747c5fe8f215313b144 /prebuild.xml
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.zip
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.gz
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.bz2
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.xz
The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b84fddd..77e536a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1289,6 +1289,37 @@
1289 <Match pattern="*.cs" recurse="true"/> 1289 <Match pattern="*.cs" recurse="true"/>
1290 </Files> 1290 </Files>
1291 </Project> 1291 </Project>
1292
1293 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
1294 <Configuration name="Debug">
1295 <Options>
1296 <OutputPath>../../../bin/</OutputPath>
1297 </Options>
1298 </Configuration>
1299 <Configuration name="Release">
1300 <Options>
1301 <OutputPath>../../../bin/</OutputPath>
1302 </Options>
1303 </Configuration>
1304
1305 <ReferencePath>../../../bin/</ReferencePath>
1306 <Reference name="System"/>
1307 <Reference name="OpenMetaverseTypes.dll"/>
1308 <Reference name="OpenMetaverse.dll"/>
1309 <Reference name="OpenSim.Framework"/>
1310 <Reference name="OpenSim.Framework.Console"/>
1311 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1312 <Reference name="OpenSim.Services.Interfaces"/>
1313 <Reference name="OpenSim.Services.Base"/>
1314 <Reference name="OpenSim.Services.Connectors"/>
1315 <Reference name="OpenSim.Data"/>
1316 <Reference name="Nini.dll" />
1317 <Reference name="log4net.dll"/>
1318
1319 <Files>
1320 <Match pattern="*.cs" recurse="true"/>
1321 </Files>
1322 </Project>
1292 1323
1293 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 1324 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
1294 <Configuration name="Debug"> 1325 <Configuration name="Debug">