diff options
author | Diva Canto | 2015-09-04 15:12:36 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-04 15:12:36 -0700 |
commit | f9a7099abcc8bb2da81dc514adbe7803b14fcd6f (patch) | |
tree | ad29c37adba37526a768696673e67126ab02ded8 /prebuild.xml | |
parent | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... (diff) | |
download | opensim-SC-f9a7099abcc8bb2da81dc514adbe7803b14fcd6f.zip opensim-SC-f9a7099abcc8bb2da81dc514adbe7803b14fcd6f.tar.gz opensim-SC-f9a7099abcc8bb2da81dc514adbe7803b14fcd6f.tar.bz2 opensim-SC-f9a7099abcc8bb2da81dc514adbe7803b14fcd6f.tar.xz |
Moved RegionCombinerModule to OptionalModules. Removed it as its own top-level project/dll.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/prebuild.xml b/prebuild.xml index e714abd..d46d178 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1485,42 +1485,6 @@ | |||
1485 | </Files> | 1485 | </Files> |
1486 | </Project> | 1486 | </Project> |
1487 | 1487 | ||
1488 | <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | ||
1489 | <Configuration name="Debug"> | ||
1490 | <Options> | ||
1491 | <OutputPath>../../../bin/</OutputPath> | ||
1492 | </Options> | ||
1493 | </Configuration> | ||
1494 | <Configuration name="Release"> | ||
1495 | <Options> | ||
1496 | <OutputPath>../../../bin/</OutputPath> | ||
1497 | </Options> | ||
1498 | </Configuration> | ||
1499 | |||
1500 | <ReferencePath>../../../bin/</ReferencePath> | ||
1501 | <Reference name="System"/> | ||
1502 | <Reference name="System.Xml"/> | ||
1503 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1504 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1505 | <Reference name="OpenSim.Framework"/> | ||
1506 | <Reference name="OpenSim.Region.Framework"/> | ||
1507 | <Reference name="OpenSim.Server.Base"/> | ||
1508 | <Reference name="OpenSim.Server.Handlers"/> | ||
1509 | <Reference name="OpenSim.Framework.Console"/> | ||
1510 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1511 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1512 | <Reference name="Nini" path="../../../bin/"/> | ||
1513 | <Reference name="log4net" path="../../../bin/"/> | ||
1514 | |||
1515 | <!-- To allow regions to have mono addins --> | ||
1516 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1517 | |||
1518 | <Files> | ||
1519 | <Match pattern="*.cs" recurse="true"/> | ||
1520 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
1521 | </Files> | ||
1522 | </Project> | ||
1523 | |||
1524 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1488 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1525 | <Configuration name="Debug"> | 1489 | <Configuration name="Debug"> |
1526 | <Options> | 1490 | <Options> |