diff options
author | Teravus Ovares (Dan Olivares) | 2009-11-10 22:15:34 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-11-10 22:40:08 -0500 |
commit | 2e514bfb1bcc55def804772e00200b44c20d3d7a (patch) | |
tree | 8f63295deed687e08dba1c6d944aae00e554b25b /prebuild.xml | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-2e514bfb1bcc55def804772e00200b44c20d3d7a.zip opensim-SC_OLD-2e514bfb1bcc55def804772e00200b44c20d3d7a.tar.gz opensim-SC_OLD-2e514bfb1bcc55def804772e00200b44c20d3d7a.tar.bz2 opensim-SC_OLD-2e514bfb1bcc55def804772e00200b44c20d3d7a.tar.xz |
* Move RegionCombinerModule to it's own project
* Moves the mono_metadata_token_from_dor message to a different module on loading.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b7ce93c..0d7a7ec 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1721,6 +1721,47 @@ | |||
1721 | </Files> | 1721 | </Files> |
1722 | </Project> | 1722 | </Project> |
1723 | 1723 | ||
1724 | |||
1725 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | ||
1726 | <Configuration name="Debug"> | ||
1727 | <Options> | ||
1728 | <OutputPath>../../../bin/</OutputPath> | ||
1729 | </Options> | ||
1730 | </Configuration> | ||
1731 | <Configuration name="Release"> | ||
1732 | <Options> | ||
1733 | <OutputPath>../../../bin/</OutputPath> | ||
1734 | </Options> | ||
1735 | </Configuration> | ||
1736 | |||
1737 | <ReferencePath>../../../bin/</ReferencePath> | ||
1738 | <Reference name="System"/> | ||
1739 | <Reference name="System.Xml"/> | ||
1740 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1741 | <Reference name="OpenMetaverse.dll"/> | ||
1742 | <Reference name="OpenSim.Framework"/> | ||
1743 | <Reference name="OpenSim.Framework.Communications"/> | ||
1744 | <Reference name="OpenSim.Region.Framework" /> | ||
1745 | <Reference name="OpenSim.Server.Base" /> | ||
1746 | <Reference name="OpenSim.Server.Handlers" /> | ||
1747 | <Reference name="OpenSim.Framework.Console"/> | ||
1748 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1749 | <Reference name="OpenSim.Framework.Communications"/> | ||
1750 | <Reference name="Nini.dll" /> | ||
1751 | <Reference name="log4net.dll"/> | ||
1752 | |||
1753 | <!-- To allow regions to have mono addins --> | ||
1754 | <Reference name="Mono.Addins.dll" /> | ||
1755 | |||
1756 | <Files> | ||
1757 | <Match pattern="*.cs" recurse="true" /> | ||
1758 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1759 | </Files> | ||
1760 | </Project> | ||
1761 | |||
1762 | |||
1763 | |||
1764 | |||
1724 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library"> | 1765 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library"> |
1725 | <Configuration name="Debug"> | 1766 | <Configuration name="Debug"> |
1726 | <Options> | 1767 | <Options> |