diff options
author | Justin Clarke Casey | 2008-08-16 20:42:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-16 20:42:43 +0000 |
commit | 992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de (patch) | |
tree | d816d9da2663ab3f26380d4ac52daae61948cf25 /prebuild.xml | |
parent | * minor: rip out userserver stress project which never got filled out (diff) | |
download | opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.zip opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.gz opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.bz2 opensim-SC_OLD-992b04a23e19d3e5a4f88169ce33c9b2ddb4f4de.tar.xz |
* Move GridInfoService into Framework.Communications and eliminate Common.Communications for now (since this was the only class in that project)
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/prebuild.xml b/prebuild.xml index f6acc42..fdf00d5 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -466,31 +466,6 @@ | |||
466 | </Files> | 466 | </Files> |
467 | </Project> | 467 | </Project> |
468 | 468 | ||
469 | <Project name="OpenSim.Common.Communications" path="OpenSim/Common/Communications" type="Library"> | ||
470 | <Configuration name="Debug"> | ||
471 | <Options> | ||
472 | <OutputPath>../../../bin/</OutputPath> | ||
473 | </Options> | ||
474 | </Configuration> | ||
475 | <Configuration name="Release"> | ||
476 | <Options> | ||
477 | <OutputPath>../../../bin/</OutputPath> | ||
478 | </Options> | ||
479 | </Configuration> | ||
480 | |||
481 | <ReferencePath>../../../bin/</ReferencePath> | ||
482 | <Reference name="System"/> | ||
483 | <Reference name="OpenSim.Framework"/> | ||
484 | <Reference name="OpenSim.Framework.Servers"/> | ||
485 | <Reference name="Nini.dll" /> | ||
486 | <Reference name="XMLRPC.dll"/> | ||
487 | <Reference name="log4net.dll"/> | ||
488 | |||
489 | <Files> | ||
490 | <Match pattern="*.cs" recurse="true"/> | ||
491 | </Files> | ||
492 | </Project> | ||
493 | |||
494 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 469 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
495 | <Configuration name="Debug"> | 470 | <Configuration name="Debug"> |
496 | <Options> | 471 | <Options> |