diff options
author | Justin Clark-Casey (justincc) | 2011-09-23 22:36:20 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-23 22:36:20 +0100 |
commit | 8c4dd6b3302a142c6ac7578cc5012049c51610ed (patch) | |
tree | 75540bc841ed9588479c64d2cffd116130afd928 /prebuild.xml | |
parent | Use a copy of the inventory items list to register users in the thread starte... (diff) | |
parent | remove unused SOP.Create() method (diff) | |
download | opensim-SC-8c4dd6b3302a142c6ac7578cc5012049c51610ed.zip opensim-SC-8c4dd6b3302a142c6ac7578cc5012049c51610ed.tar.gz opensim-SC-8c4dd6b3302a142c6ac7578cc5012049c51610ed.tar.bz2 opensim-SC-8c4dd6b3302a142c6ac7578cc5012049c51610ed.tar.xz |
Merge branch 'master' into 0.7.2-post-fixes
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 59 |
1 files changed, 3 insertions, 56 deletions
diff --git a/prebuild.xml b/prebuild.xml index 392fbdc..690de5a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -573,34 +573,6 @@ | |||
573 | </Files> | 573 | </Files> |
574 | </Project> | 574 | </Project> |
575 | 575 | ||
576 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> | ||
577 | <Configuration name="Debug"> | ||
578 | <Options> | ||
579 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
580 | </Options> | ||
581 | </Configuration> | ||
582 | <Configuration name="Release"> | ||
583 | <Options> | ||
584 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
585 | </Options> | ||
586 | </Configuration> | ||
587 | |||
588 | <ReferencePath>../../../../bin/</ReferencePath> | ||
589 | <Reference name="System"/> | ||
590 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
591 | <Reference name="Nini" path="../../../../bin/"/> | ||
592 | <Reference name="OpenSim.Framework"/> | ||
593 | <Reference name="OpenSim.Framework.Console"/> | ||
594 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
595 | <Reference name="MonoXnaCompactMaths" path="../../../../bin/"/> | ||
596 | <Reference name="Modified.XnaDevRu.BulletX" path="../../../../bin/"/> | ||
597 | <Reference name="log4net" path="../../../../bin/"/> | ||
598 | |||
599 | <Files> | ||
600 | <Match pattern="*.cs" recurse="true"/> | ||
601 | </Files> | ||
602 | </Project> | ||
603 | |||
604 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 576 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
605 | <Configuration name="Debug"> | 577 | <Configuration name="Debug"> |
606 | <Options> | 578 | <Options> |
@@ -690,34 +662,6 @@ | |||
690 | </Files> | 662 | </Files> |
691 | </Project> | 663 | </Project> |
692 | 664 | ||
693 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> | ||
694 | <Configuration name="Debug"> | ||
695 | <Options> | ||
696 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
697 | </Options> | ||
698 | </Configuration> | ||
699 | <Configuration name="Release"> | ||
700 | <Options> | ||
701 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
702 | </Options> | ||
703 | </Configuration> | ||
704 | |||
705 | <ReferencePath>../../../../bin/</ReferencePath> | ||
706 | <Reference name="System"/> | ||
707 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
708 | <Reference name="Nini" path="../../../../bin/"/> | ||
709 | <Reference name="OpenSim.Framework"/> | ||
710 | <Reference name="OpenSim.Framework.Console"/> | ||
711 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
712 | <Reference name="BulletDotNET" path="../../../../bin/"/> | ||
713 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
714 | <Reference name="log4net" path="../../../../bin/"/> | ||
715 | |||
716 | <Files> | ||
717 | <Match pattern="*.cs" recurse="true"/> | ||
718 | </Files> | ||
719 | </Project> | ||
720 | |||
721 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 665 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
722 | <Configuration name="Debug"> | 666 | <Configuration name="Debug"> |
723 | <Options> | 667 | <Options> |
@@ -1840,6 +1784,9 @@ | |||
1840 | <Reference name="OpenSim.Region.ClientStack"/> | 1784 | <Reference name="OpenSim.Region.ClientStack"/> |
1841 | <Reference name="OpenSim.Framework.Communications"/> | 1785 | <Reference name="OpenSim.Framework.Communications"/> |
1842 | <Reference name="OpenSim.Server.Base"/> | 1786 | <Reference name="OpenSim.Server.Base"/> |
1787 | <Reference name="OpenSim.Services.Base"/> | ||
1788 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1789 | <Reference name="OpenSim.Services.UserAccountService"/> | ||
1843 | <Reference name="XMLRPC" path="../../../bin/"/> | 1790 | <Reference name="XMLRPC" path="../../../bin/"/> |
1844 | <Reference name="Nini" path="../../../bin/"/> | 1791 | <Reference name="Nini" path="../../../bin/"/> |
1845 | <Reference name="log4net" path="../../../bin/"/> | 1792 | <Reference name="log4net" path="../../../bin/"/> |