diff options
author | Diva Canto | 2011-04-30 09:24:15 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-30 09:24:15 -0700 |
commit | d8ee0cbe1cf93ca521f52ce39aa2a15cb5784e48 (patch) | |
tree | 4958279e2c75dcfa50021a8e559fb6ddc0a76725 /prebuild.xml | |
parent | Delaying starting the scripts on TPs and crossings until the agent is root. (diff) | |
download | opensim-SC-d8ee0cbe1cf93ca521f52ce39aa2a15cb5784e48.zip opensim-SC-d8ee0cbe1cf93ca521f52ce39aa2a15cb5784e48.tar.gz opensim-SC-d8ee0cbe1cf93ca521f52ce39aa2a15cb5784e48.tar.bz2 opensim-SC-d8ee0cbe1cf93ca521f52ce39aa2a15cb5784e48.tar.xz |
First stab at cleaning up Caps. Compiles. Untested.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1102c11..7b38556 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -660,6 +660,7 @@ | |||
660 | </Files> | 660 | </Files> |
661 | </Project> | 661 | </Project> |
662 | 662 | ||
663 | <!-- | ||
663 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Capabilities" path="OpenSim/Framework/Capabilities" type="Library"> | 664 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Capabilities" path="OpenSim/Framework/Capabilities" type="Library"> |
664 | <Configuration name="Debug"> | 665 | <Configuration name="Debug"> |
665 | <Options> | 666 | <Options> |
@@ -683,7 +684,6 @@ | |||
683 | <Reference name="OpenSim.Services.Interfaces"/> | 684 | <Reference name="OpenSim.Services.Interfaces"/> |
684 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 685 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
685 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 686 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
686 | <!-- FIXME: The OpenMetaverse.dll reference can be dropped when the TransferRequestPacket reference is removed from the code --> | ||
687 | <Reference name="Nini" path="../../../bin/"/> | 687 | <Reference name="Nini" path="../../../bin/"/> |
688 | <Reference name="log4net" path="../../../bin/"/> | 688 | <Reference name="log4net" path="../../../bin/"/> |
689 | 689 | ||
@@ -694,6 +694,7 @@ | |||
694 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 694 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
695 | </Files> | 695 | </Files> |
696 | </Project> | 696 | </Project> |
697 | --> | ||
697 | 698 | ||
698 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 699 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
699 | <Configuration name="Debug"> | 700 | <Configuration name="Debug"> |
@@ -1310,6 +1311,42 @@ | |||
1310 | </Project> | 1311 | </Project> |
1311 | 1312 | ||
1312 | 1313 | ||
1314 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | ||
1315 | <Configuration name="Debug"> | ||
1316 | <Options> | ||
1317 | <OutputPath>../../../bin/</OutputPath> | ||
1318 | </Options> | ||
1319 | </Configuration> | ||
1320 | <Configuration name="Release"> | ||
1321 | <Options> | ||
1322 | <OutputPath>../../../bin/</OutputPath> | ||
1323 | </Options> | ||
1324 | </Configuration> | ||
1325 | |||
1326 | <ReferencePath>../../../bin/</ReferencePath> | ||
1327 | <Reference name="System"/> | ||
1328 | <Reference name="System.Xml"/> | ||
1329 | <Reference name="System.Web"/> | ||
1330 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1331 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1332 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1333 | <Reference name="OpenSim.Framework"/> | ||
1334 | <Reference name="OpenSim.Framework.Console"/> | ||
1335 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1336 | <Reference name="OpenSim.Server.Base"/> | ||
1337 | <Reference name="OpenSim.Services.Base"/> | ||
1338 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1339 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1340 | <Reference name="Nini" path="../../../bin/"/> | ||
1341 | <Reference name="log4net" path="../../../bin/"/> | ||
1342 | |||
1343 | <Files> | ||
1344 | <Match pattern="*.cs" recurse="true"> | ||
1345 | <Exclude pattern="Tests"/> | ||
1346 | </Match> | ||
1347 | </Files> | ||
1348 | </Project> | ||
1349 | |||
1313 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> | 1350 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> |
1314 | <Configuration name="Debug"> | 1351 | <Configuration name="Debug"> |
1315 | <Options> | 1352 | <Options> |
@@ -1513,7 +1550,7 @@ | |||
1513 | </Project> | 1550 | </Project> |
1514 | 1551 | ||
1515 | <!-- ClientStack Plugins --> | 1552 | <!-- ClientStack Plugins --> |
1516 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library"> | 1553 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.Linden" path="OpenSim/Region/ClientStack/Linden" type="Library"> |
1517 | <Configuration name="Debug"> | 1554 | <Configuration name="Debug"> |
1518 | <Options> | 1555 | <Options> |
1519 | <OutputPath>../../../../bin/</OutputPath> | 1556 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1536,8 +1573,10 @@ | |||
1536 | <Reference name="OpenSim.Framework"/> | 1573 | <Reference name="OpenSim.Framework"/> |
1537 | <Reference name="OpenSim.Data"/> | 1574 | <Reference name="OpenSim.Data"/> |
1538 | <Reference name="OpenSim.Framework.Servers"/> | 1575 | <Reference name="OpenSim.Framework.Servers"/> |
1576 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1539 | <Reference name="OpenSim.Framework.Console"/> | 1577 | <Reference name="OpenSim.Framework.Console"/> |
1540 | <Reference name="OpenSim.Framework.Communications"/> | 1578 | <Reference name="OpenSim.Framework.Communications"/> |
1579 | <Reference name="OpenSim.Framework.Capabilities"/> | ||
1541 | <Reference name="OpenSim.Framework.Statistics"/> | 1580 | <Reference name="OpenSim.Framework.Statistics"/> |
1542 | <Reference name="OpenSim.Region.ClientStack"/> | 1581 | <Reference name="OpenSim.Region.ClientStack"/> |
1543 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1582 | <Reference name="OpenSim.Region.Physics.Manager"/> |
@@ -1549,7 +1588,9 @@ | |||
1549 | <Reference name="Nini" path="../../../../bin/"/> | 1588 | <Reference name="Nini" path="../../../../bin/"/> |
1550 | 1589 | ||
1551 | <Files> | 1590 | <Files> |
1552 | <Match pattern="*.cs" recurse="false"/> | 1591 | <Match pattern="*.cs" recurse="true"> |
1592 | <Exclude name="Tests" pattern="Tests"/> | ||
1593 | </Match> | ||
1553 | </Files> | 1594 | </Files> |
1554 | </Project> | 1595 | </Project> |
1555 | 1596 | ||
@@ -1582,8 +1623,8 @@ | |||
1582 | <Reference name="OpenSim.Framework.Servers"/> | 1623 | <Reference name="OpenSim.Framework.Servers"/> |
1583 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1624 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1584 | <Reference name="OpenSim.Framework.Statistics"/> | 1625 | <Reference name="OpenSim.Framework.Statistics"/> |
1585 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | ||
1586 | <Reference name="OpenSim.Region.CoreModules"/> | 1626 | <Reference name="OpenSim.Region.CoreModules"/> |
1627 | <Reference name="OpenSim.Region.ClientStack.Linden"/> | ||
1587 | <Reference name="OpenSim.Region.Framework"/> | 1628 | <Reference name="OpenSim.Region.Framework"/> |
1588 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1629 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1589 | <Reference name="OpenSim.Server.Base"/> | 1630 | <Reference name="OpenSim.Server.Base"/> |