diff options
author | Diva Canto | 2010-01-10 19:50:09 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 19:50:09 -0800 |
commit | 2415d36bed4ccc2025c62f7e8e0a58fc3d76928a (patch) | |
tree | 652c51bc606590bbeb04b916992923387455612d /prebuild.xml | |
parent | CommunicationsManager is practically empty. Only NetworkServersInfo is there. (diff) | |
download | opensim-SC_OLD-2415d36bed4ccc2025c62f7e8e0a58fc3d76928a.zip opensim-SC_OLD-2415d36bed4ccc2025c62f7e8e0a58fc3d76928a.tar.gz opensim-SC_OLD-2415d36bed4ccc2025c62f7e8e0a58fc3d76928a.tar.bz2 opensim-SC_OLD-2415d36bed4ccc2025c62f7e8e0a58fc3d76928a.tar.xz |
OpenSim.Region.Communications.* is no more. Thanks to everyone who contributed to these!
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9c326ea..2abb6fa 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -785,71 +785,6 @@ | |||
785 | 785 | ||
786 | <!-- OpenSim.Framework.Communications --> | 786 | <!-- OpenSim.Framework.Communications --> |
787 | 787 | ||
788 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library"> | ||
789 | <Configuration name="Debug"> | ||
790 | <Options> | ||
791 | <OutputPath>../../../../bin/</OutputPath> | ||
792 | </Options> | ||
793 | </Configuration> | ||
794 | <Configuration name="Release"> | ||
795 | <Options> | ||
796 | <OutputPath>../../../../bin/</OutputPath> | ||
797 | </Options> | ||
798 | </Configuration> | ||
799 | |||
800 | <ReferencePath>../../../../bin/</ReferencePath> | ||
801 | <Reference name="System"/> | ||
802 | <Reference name="System.Xml"/> | ||
803 | <Reference name="OpenSim.Framework"/> | ||
804 | <Reference name="OpenSim.Framework.Communications"/> | ||
805 | <Reference name="OpenSim.Framework.Console"/> | ||
806 | <Reference name="OpenSim.Data" /> | ||
807 | <Reference name="OpenSim.Framework.Servers"/> | ||
808 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
809 | <Reference name="OpenSim.Framework.Statistics"/> | ||
810 | <Reference name="OpenMetaverseTypes.dll"/> | ||
811 | <Reference name="XMLRPC.dll"/> | ||
812 | <Reference name="log4net.dll"/> | ||
813 | |||
814 | <Files> | ||
815 | <Match pattern="*.cs" recurse="true"/> | ||
816 | </Files> | ||
817 | </Project> | ||
818 | |||
819 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library"> | ||
820 | <Configuration name="Debug"> | ||
821 | <Options> | ||
822 | <OutputPath>../../../../bin/</OutputPath> | ||
823 | </Options> | ||
824 | </Configuration> | ||
825 | <Configuration name="Release"> | ||
826 | <Options> | ||
827 | <OutputPath>../../../../bin/</OutputPath> | ||
828 | </Options> | ||
829 | </Configuration> | ||
830 | |||
831 | <ReferencePath>../../../../bin/</ReferencePath> | ||
832 | <Reference name="System"/> | ||
833 | <Reference name="System.Xml"/> | ||
834 | <Reference name="System.Data"/> | ||
835 | <Reference name="OpenSim.Framework"/> | ||
836 | <Reference name="OpenSim.Data" /> | ||
837 | <Reference name="OpenSim.Framework.Communications" /> | ||
838 | <Reference name="OpenSim.Framework.Console"/> | ||
839 | <Reference name="OpenSim.Framework.Servers"/> | ||
840 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
841 | <Reference name="OpenSim.Framework.Statistics"/> | ||
842 | <Reference name="OpenSim.Region.Communications.Local" /> | ||
843 | <Reference name="OpenMetaverseTypes.dll"/> | ||
844 | <Reference name="Nini.dll" /> | ||
845 | <Reference name="XMLRPC.dll"/> | ||
846 | <Reference name="log4net.dll"/> | ||
847 | |||
848 | <Files> | ||
849 | <Match pattern="*.cs" recurse="true"/> | ||
850 | </Files> | ||
851 | </Project> | ||
852 | |||
853 | <!-- OGS projects --> | 788 | <!-- OGS projects --> |
854 | 789 | ||
855 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library"> | 790 | <Project frameworkVersion="v3_5" name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library"> |
@@ -1828,44 +1763,6 @@ | |||
1828 | </Project> | 1763 | </Project> |
1829 | 1764 | ||
1830 | 1765 | ||
1831 | |||
1832 | |||
1833 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library"> | ||
1834 | <Configuration name="Debug"> | ||
1835 | <Options> | ||
1836 | <OutputPath>../../../../bin/</OutputPath> | ||
1837 | </Options> | ||
1838 | </Configuration> | ||
1839 | <Configuration name="Release"> | ||
1840 | <Options> | ||
1841 | <OutputPath>../../../../bin/</OutputPath> | ||
1842 | </Options> | ||
1843 | </Configuration> | ||
1844 | |||
1845 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1846 | <Reference name="System"/> | ||
1847 | <Reference name="System.Drawing"/> | ||
1848 | <Reference name="System.Xml"/> | ||
1849 | <Reference name="OpenSim.Data"/> | ||
1850 | <Reference name="OpenSim.Framework"/> | ||
1851 | <Reference name="OpenSim.Framework.Communications" /> | ||
1852 | <Reference name="OpenSim.Framework.Servers"/> | ||
1853 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1854 | <Reference name="OpenSim.Framework.Statistics"/> | ||
1855 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
1856 | <Reference name="OpenSim.Region.Communications.OGS1"/> | ||
1857 | <Reference name="OpenSim.Region.Framework"/> | ||
1858 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1859 | <Reference name="OpenMetaverse.dll"/> | ||
1860 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1861 | <Reference name="XMLRPC.dll"/> | ||
1862 | <Reference name="log4net.dll"/> | ||
1863 | |||
1864 | <Files> | ||
1865 | <Match pattern="*.cs" recurse="true"/> | ||
1866 | </Files> | ||
1867 | </Project> | ||
1868 | |||
1869 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | 1766 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> |
1870 | <Configuration name="Debug"> | 1767 | <Configuration name="Debug"> |
1871 | <Options> | 1768 | <Options> |