diff options
author | Teravus Ovares (Dan Olivares) | 2009-11-10 23:04:13 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-11-10 23:04:13 -0500 |
commit | 44012d72e3c64ddc06cd37c17474fa30f4f30e37 (patch) | |
tree | 494f6a6159046cf2f10d0b3d015599591e07efd4 | |
parent | * Move RegionCombinerModule to it's own project (diff) | |
download | opensim-SC_OLD-44012d72e3c64ddc06cd37c17474fa30f4f30e37.zip opensim-SC_OLD-44012d72e3c64ddc06cd37c17474fa30f4f30e37.tar.gz opensim-SC_OLD-44012d72e3c64ddc06cd37c17474fa30f4f30e37.tar.bz2 opensim-SC_OLD-44012d72e3c64ddc06cd37c17474fa30f4f30e37.tar.xz |
* Fix prebuild break
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0d7a7ec..047b66d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1722,7 +1722,7 @@ | |||
1722 | </Project> | 1722 | </Project> |
1723 | 1723 | ||
1724 | 1724 | ||
1725 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1725 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1726 | <Configuration name="Debug"> | 1726 | <Configuration name="Debug"> |
1727 | <Options> | 1727 | <Options> |
1728 | <OutputPath>../../../bin/</OutputPath> | 1728 | <OutputPath>../../../bin/</OutputPath> |
@@ -1747,6 +1747,7 @@ | |||
1747 | <Reference name="OpenSim.Framework.Console"/> | 1747 | <Reference name="OpenSim.Framework.Console"/> |
1748 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1748 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1749 | <Reference name="OpenSim.Framework.Communications"/> | 1749 | <Reference name="OpenSim.Framework.Communications"/> |
1750 | <Reference name="OpenSim.Region.CoreModules" /> | ||
1750 | <Reference name="Nini.dll" /> | 1751 | <Reference name="Nini.dll" /> |
1751 | <Reference name="log4net.dll"/> | 1752 | <Reference name="log4net.dll"/> |
1752 | 1753 | ||