diff options
author | Melanie | 2010-01-11 05:13:47 +0000 |
---|---|---|
committer | Melanie | 2010-01-11 05:13:47 +0000 |
commit | ca75ad674315d924397576219f3bd3c5e1a75146 (patch) | |
tree | 2ec6fc565f8ba628660bcc26ef44fa9e9f2f12f9 /prebuild.xml | |
parent | Refactor. Instantiate sim status handlers in opensim base, not in a plugin (diff) | |
download | opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.zip opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.gz opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.bz2 opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.xz |
Remove CreateCommsManagerPlugin
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/prebuild.xml b/prebuild.xml index 33af554..fbb782a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1693,49 +1693,6 @@ | |||
1693 | </Files> | 1693 | </Files> |
1694 | </Project> | 1694 | </Project> |
1695 | 1695 | ||
1696 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library"> | ||
1697 | <Configuration name="Debug"> | ||
1698 | <Options> | ||
1699 | <OutputPath>../../../bin/</OutputPath> | ||
1700 | </Options> | ||
1701 | </Configuration> | ||
1702 | <Configuration name="Release"> | ||
1703 | <Options> | ||
1704 | <OutputPath>../../../bin/</OutputPath> | ||
1705 | </Options> | ||
1706 | </Configuration> | ||
1707 | |||
1708 | <ReferencePath>../../../bin/</ReferencePath> | ||
1709 | <Reference name="Mono.Addins.dll" /> | ||
1710 | <Reference name="System"/> | ||
1711 | <Reference name="System.Xml"/> | ||
1712 | <Reference name="OpenMetaverseTypes.dll" /> | ||
1713 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1714 | <Reference name="Nini.dll" /> | ||
1715 | <Reference name="OpenSim"/> | ||
1716 | <Reference name="OpenSim.Data"/> | ||
1717 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1718 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1719 | <Reference name="OpenSim.Region.Framework"/> | ||
1720 | <Reference name="OpenSim.Framework"/> | ||
1721 | <Reference name="OpenSim.Framework.Console"/> | ||
1722 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | ||
1723 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | ||
1724 | <Reference name="OpenSim.Framework.Servers"/> | ||
1725 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1726 | <Reference name="log4net.dll"/> | ||
1727 | <Reference name="OpenSim.Region.Communications.OGS1"/> | ||
1728 | <Reference name="XMLRPC.dll"/> | ||
1729 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
1730 | <Reference name="OpenSim.Region.Communications.Hypergrid"/> | ||
1731 | <Reference name="OpenSim.Framework.Communications"/> | ||
1732 | |||
1733 | <Files> | ||
1734 | <Match pattern="*.cs" recurse="true"/> | ||
1735 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1736 | </Files> | ||
1737 | </Project> | ||
1738 | |||
1739 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1696 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1740 | <Configuration name="Debug"> | 1697 | <Configuration name="Debug"> |
1741 | <Options> | 1698 | <Options> |