diff options
author | Diva Canto | 2009-12-30 21:00:16 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-30 21:00:16 -0800 |
commit | b29ae7246076126e8e39827564438db6e53eac8a (patch) | |
tree | 873131cf9b1bbbbf517910454c82d7076a8a02fd /prebuild.xml | |
parent | Make ScopeID be wild on user queries. Just pass it as UUID.Zero (diff) | |
download | opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.zip opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.gz opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.bz2 opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.xz |
First pass at the new login service. Still incomplete, but doesn't disrupt the existing code.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7e7ce28..334c324 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1476,6 +1476,37 @@ | |||
1476 | </Files> | 1476 | </Files> |
1477 | </Project> | 1477 | </Project> |
1478 | 1478 | ||
1479 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | ||
1480 | <Configuration name="Debug"> | ||
1481 | <Options> | ||
1482 | <OutputPath>../../../bin/</OutputPath> | ||
1483 | </Options> | ||
1484 | </Configuration> | ||
1485 | <Configuration name="Release"> | ||
1486 | <Options> | ||
1487 | <OutputPath>../../../bin/</OutputPath> | ||
1488 | </Options> | ||
1489 | </Configuration> | ||
1490 | |||
1491 | <ReferencePath>../../../bin/</ReferencePath> | ||
1492 | <Reference name="System"/> | ||
1493 | <Reference name="OpenSim.Framework"/> | ||
1494 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1495 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1496 | <Reference name="OpenSim.Services.Base"/> | ||
1497 | <Reference name="OpenSim.Server.Base"/> | ||
1498 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1499 | <Reference name="OpenMetaverse.dll"/> | ||
1500 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1501 | <Reference name="Nini.dll" /> | ||
1502 | <Reference name="log4net.dll"/> | ||
1503 | |||
1504 | <Files> | ||
1505 | <Match pattern="*.cs" recurse="true"/> | ||
1506 | </Files> | ||
1507 | </Project> | ||
1508 | |||
1509 | |||
1479 | 1510 | ||
1480 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1511 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1481 | <Configuration name="Debug"> | 1512 | <Configuration name="Debug"> |