diff options
author | Diva Canto | 2015-08-30 20:06:53 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-30 20:06:53 -0700 |
commit | 1d6b33bc2da3b312cff1d1802a73aacdf72b0385 (patch) | |
tree | 393736b501aac3b31eb0810bb72d926c7f14fbf8 /prebuild.xml | |
parent | Moved instantiation of SceneCommunicationService object to inside the scene c... (diff) | |
download | opensim-SC-1d6b33bc2da3b312cff1d1802a73aacdf72b0385.zip opensim-SC-1d6b33bc2da3b312cff1d1802a73aacdf72b0385.tar.gz opensim-SC-1d6b33bc2da3b312cff1d1802a73aacdf72b0385.tar.bz2 opensim-SC-1d6b33bc2da3b312cff1d1802a73aacdf72b0385.tar.xz |
Major renaming of Physics dlls / folders. No functional changes, just renames.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/prebuild.xml b/prebuild.xml index b5ebed1..f1ab322 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -410,7 +410,7 @@ | |||
410 | </Files> | 410 | </Files> |
411 | </Project> | 411 | </Project> |
412 | 412 | ||
413 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 413 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> |
414 | <Configuration name="Debug"> | 414 | <Configuration name="Debug"> |
415 | <Options> | 415 | <Options> |
416 | <OutputPath>../../../../bin/</OutputPath> | 416 | <OutputPath>../../../../bin/</OutputPath> |
@@ -438,7 +438,7 @@ | |||
438 | </Project> | 438 | </Project> |
439 | 439 | ||
440 | <!-- Physics Plug-ins --> | 440 | <!-- Physics Plug-ins --> |
441 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | 441 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/Physics/BasicPhysics" type="Library"> |
442 | <Configuration name="Debug"> | 442 | <Configuration name="Debug"> |
443 | <Options> | 443 | <Options> |
444 | <OutputPath>../../../../bin/Physics/</OutputPath> | 444 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -455,13 +455,13 @@ | |||
455 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 455 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
456 | <Reference name="Nini" path="../../../../bin/"/> | 456 | <Reference name="Nini" path="../../../../bin/"/> |
457 | <Reference name="OpenSim.Framework"/> | 457 | <Reference name="OpenSim.Framework"/> |
458 | <Reference name="OpenSim.Region.Physics.Manager"/> | 458 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
459 | <Files> | 459 | <Files> |
460 | <Match pattern="*.cs" recurse="true"/> | 460 | <Match pattern="*.cs" recurse="true"/> |
461 | </Files> | 461 | </Files> |
462 | </Project> | 462 | </Project> |
463 | 463 | ||
464 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | 464 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> |
465 | <Configuration name="Debug"> | 465 | <Configuration name="Debug"> |
466 | <Options> | 466 | <Options> |
467 | <OutputPath>../../../../bin/Physics/</OutputPath> | 467 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -478,13 +478,13 @@ | |||
478 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 478 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
479 | <Reference name="Nini" path="../../../../bin/"/> | 479 | <Reference name="Nini" path="../../../../bin/"/> |
480 | <Reference name="OpenSim.Framework"/> | 480 | <Reference name="OpenSim.Framework"/> |
481 | <Reference name="OpenSim.Region.Physics.Manager"/> | 481 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
482 | <Files> | 482 | <Files> |
483 | <Match pattern="*.cs" recurse="true"/> | 483 | <Match pattern="*.cs" recurse="true"/> |
484 | </Files> | 484 | </Files> |
485 | </Project> | 485 | </Project> |
486 | 486 | ||
487 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 487 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> |
488 | <Configuration name="Debug"> | 488 | <Configuration name="Debug"> |
489 | <Options> | 489 | <Options> |
490 | <OutputPath>../../../../bin/Physics/</OutputPath> | 490 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -503,7 +503,7 @@ | |||
503 | <Reference name="Nini" path="../../../../bin/"/> | 503 | <Reference name="Nini" path="../../../../bin/"/> |
504 | <Reference name="OpenSim.Framework"/> | 504 | <Reference name="OpenSim.Framework"/> |
505 | <Reference name="OpenSim.Framework.Console"/> | 505 | <Reference name="OpenSim.Framework.Console"/> |
506 | <Reference name="OpenSim.Region.Physics.Manager"/> | 506 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
507 | <Reference name="Ode.NET" path="../../../../bin/"/> | 507 | <Reference name="Ode.NET" path="../../../../bin/"/> |
508 | <Reference name="log4net" path="../../../../bin/"/> | 508 | <Reference name="log4net" path="../../../../bin/"/> |
509 | 509 | ||
@@ -514,7 +514,7 @@ | |||
514 | </Files> | 514 | </Files> |
515 | </Project> | 515 | </Project> |
516 | 516 | ||
517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
518 | <Configuration name="Debug"> | 518 | <Configuration name="Debug"> |
519 | <Options> | 519 | <Options> |
520 | <OutputPath>../../../../bin/Physics/</OutputPath> | 520 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -536,7 +536,7 @@ | |||
536 | <Reference name="Nini" path="../../../../bin/"/> | 536 | <Reference name="Nini" path="../../../../bin/"/> |
537 | <Reference name="OpenSim.Framework"/> | 537 | <Reference name="OpenSim.Framework"/> |
538 | <Reference name="OpenSim.Framework.Console"/> | 538 | <Reference name="OpenSim.Framework.Console"/> |
539 | <Reference name="OpenSim.Region.Physics.Manager"/> | 539 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
540 | <Reference name="log4net" path="../../../../bin/"/> | 540 | <Reference name="log4net" path="../../../../bin/"/> |
541 | 541 | ||
542 | <Files> | 542 | <Files> |
@@ -653,7 +653,7 @@ | |||
653 | <Reference name="OpenSim.Framework.Serialization"/> | 653 | <Reference name="OpenSim.Framework.Serialization"/> |
654 | <Reference name="OpenSim.Framework.Servers"/> | 654 | <Reference name="OpenSim.Framework.Servers"/> |
655 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 655 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
656 | <Reference name="OpenSim.Region.Physics.Manager"/> | 656 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
657 | 657 | ||
658 | <!-- For scripting in funny languages by default --> | 658 | <!-- For scripting in funny languages by default --> |
659 | <Reference name="XMLRPC" path="../../../bin/"/> | 659 | <Reference name="XMLRPC" path="../../../bin/"/> |
@@ -1507,7 +1507,7 @@ | |||
1507 | <Reference name="OpenSim.Framework.Servers"/> | 1507 | <Reference name="OpenSim.Framework.Servers"/> |
1508 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1508 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1509 | <Reference name="OpenSim.Framework.Communications"/> | 1509 | <Reference name="OpenSim.Framework.Communications"/> |
1510 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1510 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1511 | <Reference name="OpenSim.Services.Interfaces"/> | 1511 | <Reference name="OpenSim.Services.Interfaces"/> |
1512 | <Reference name="XMLRPC" path="../../../bin/"/> | 1512 | <Reference name="XMLRPC" path="../../../bin/"/> |
1513 | <Reference name="Nini" path="../../../bin/"/> | 1513 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1594,7 +1594,7 @@ | |||
1594 | <Reference name="OpenSim.Framework.Servers"/> | 1594 | <Reference name="OpenSim.Framework.Servers"/> |
1595 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1595 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1596 | <Reference name="OpenSim.Framework.Console"/> | 1596 | <Reference name="OpenSim.Framework.Console"/> |
1597 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1597 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1598 | <Reference name="OpenSim.Services.Interfaces"/> | 1598 | <Reference name="OpenSim.Services.Interfaces"/> |
1599 | <Reference name="Mono.Addins" path="../../../../../bin/"/> | 1599 | <Reference name="Mono.Addins" path="../../../../../bin/"/> |
1600 | <Reference name="Nini" path="../../../../../bin/"/> | 1600 | <Reference name="Nini" path="../../../../../bin/"/> |
@@ -1648,7 +1648,7 @@ | |||
1648 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1648 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1649 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1649 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1650 | <Reference name="OpenSim.Region.Framework"/> | 1650 | <Reference name="OpenSim.Region.Framework"/> |
1651 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1651 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1652 | <Reference name="OpenSim.Server.Base"/> | 1652 | <Reference name="OpenSim.Server.Base"/> |
1653 | <Reference name="OpenSim.Server.Handlers"/> | 1653 | <Reference name="OpenSim.Server.Handlers"/> |
1654 | <Reference name="OpenSim.Services.Connectors"/> | 1654 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1700,7 +1700,7 @@ | |||
1700 | <Reference name="OpenSim.Server.Base"/> | 1700 | <Reference name="OpenSim.Server.Base"/> |
1701 | <Reference name="OpenSim.Server.Handlers"/> | 1701 | <Reference name="OpenSim.Server.Handlers"/> |
1702 | <Reference name="OpenSim.Framework.Console"/> | 1702 | <Reference name="OpenSim.Framework.Console"/> |
1703 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1703 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1704 | <Reference name="OpenSim.Framework.Communications"/> | 1704 | <Reference name="OpenSim.Framework.Communications"/> |
1705 | <Reference name="OpenSim.Region.CoreModules"/> | 1705 | <Reference name="OpenSim.Region.CoreModules"/> |
1706 | <Reference name="Nini" path="../../../bin/"/> | 1706 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1749,7 +1749,7 @@ | |||
1749 | <Reference name="OpenSim.Region.CoreModules"/> | 1749 | <Reference name="OpenSim.Region.CoreModules"/> |
1750 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1750 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1751 | <Reference name="OpenSim.Region.Framework"/> | 1751 | <Reference name="OpenSim.Region.Framework"/> |
1752 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1752 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1753 | <Reference name="OpenSim.Server.Base"/> | 1753 | <Reference name="OpenSim.Server.Base"/> |
1754 | <Reference name="OpenSim.Server.Handlers"/> | 1754 | <Reference name="OpenSim.Server.Handlers"/> |
1755 | <Reference name="OpenSim.Services.Connectors"/> | 1755 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1801,7 +1801,7 @@ | |||
1801 | </Files> | 1801 | </Files> |
1802 | </Project> | 1802 | </Project> |
1803 | 1803 | ||
1804 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 1804 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1805 | <Configuration name="Debug"> | 1805 | <Configuration name="Debug"> |
1806 | <Options> | 1806 | <Options> |
1807 | <OutputPath>../../../../bin/</OutputPath> | 1807 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1826,7 +1826,7 @@ | |||
1826 | </Files> | 1826 | </Files> |
1827 | </Project> | 1827 | </Project> |
1828 | 1828 | ||
1829 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 1829 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1830 | <Configuration name="Debug"> | 1830 | <Configuration name="Debug"> |
1831 | <Options> | 1831 | <Options> |
1832 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1832 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -1852,9 +1852,9 @@ | |||
1852 | <Reference name="OpenSim.Region.CoreModules"/> | 1852 | <Reference name="OpenSim.Region.CoreModules"/> |
1853 | <Reference name="OpenSim.Region.OptionalModules"/> | 1853 | <Reference name="OpenSim.Region.OptionalModules"/> |
1854 | <Reference name="OpenSim.Framework.Console"/> | 1854 | <Reference name="OpenSim.Framework.Console"/> |
1855 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1855 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1856 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../bin/Physics/"/> | 1856 | <Reference name="OpenSim.Region.PhysicsModule.Meshing" path="../../../../bin/Physics/"/> |
1857 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1857 | <Reference name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet"/> |
1858 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1858 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1859 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1859 | <Reference name="log4net.dll" path="../../../../bin/"/> |
1860 | 1860 | ||
@@ -1897,7 +1897,7 @@ | |||
1897 | <Reference name="OpenSim.Region.Framework"/> | 1897 | <Reference name="OpenSim.Region.Framework"/> |
1898 | <Reference name="OpenSim.Region.CoreModules"/> | 1898 | <Reference name="OpenSim.Region.CoreModules"/> |
1899 | <Reference name="OpenSim.Region.ClientStack"/> | 1899 | <Reference name="OpenSim.Region.ClientStack"/> |
1900 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1900 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
1901 | <Reference name="OpenSim.Server.Base"/> | 1901 | <Reference name="OpenSim.Server.Base"/> |
1902 | <Reference name="OpenSim.Services.Base"/> | 1902 | <Reference name="OpenSim.Services.Base"/> |
1903 | <Reference name="OpenSim.Services.Interfaces"/> | 1903 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -2270,7 +2270,7 @@ | |||
2270 | <Reference name="OpenSim.Framework.Monitoring"/> | 2270 | <Reference name="OpenSim.Framework.Monitoring"/> |
2271 | <Reference name="OpenSim.Region.Framework"/> | 2271 | <Reference name="OpenSim.Region.Framework"/> |
2272 | <Reference name="OpenSim.Region.CoreModules"/> | 2272 | <Reference name="OpenSim.Region.CoreModules"/> |
2273 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2273 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
2274 | <Reference name="OpenSim.Services.Interfaces"/> | 2274 | <Reference name="OpenSim.Services.Interfaces"/> |
2275 | <Reference name="OpenSim.Services.Connectors"/> | 2275 | <Reference name="OpenSim.Services.Connectors"/> |
2276 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2276 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
@@ -2464,7 +2464,7 @@ | |||
2464 | <Reference name="OpenSim.Framework.Monitoring"/> | 2464 | <Reference name="OpenSim.Framework.Monitoring"/> |
2465 | <Reference name="OpenSim.Framework.Servers"/> | 2465 | <Reference name="OpenSim.Framework.Servers"/> |
2466 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2466 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2467 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2467 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
2468 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | 2468 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> |
2469 | <Reference name="Mono.Addins" path="../../../bin/"/> | 2469 | <Reference name="Mono.Addins" path="../../../bin/"/> |
2470 | 2470 | ||
@@ -2729,7 +2729,7 @@ | |||
2729 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 2729 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
2730 | <Reference name="OpenSim.Region.Framework"/> | 2730 | <Reference name="OpenSim.Region.Framework"/> |
2731 | <Reference name="OpenSim.Region.OptionalModules"/> | 2731 | <Reference name="OpenSim.Region.OptionalModules"/> |
2732 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2732 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
2733 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2733 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
2734 | <Reference name="OpenSim.Server.Base"/> | 2734 | <Reference name="OpenSim.Server.Base"/> |
2735 | <Reference name="OpenSim.Services.Interfaces"/> | 2735 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3056,7 +3056,7 @@ | |||
3056 | <Reference name="OpenSim.Region.Framework"/> | 3056 | <Reference name="OpenSim.Region.Framework"/> |
3057 | <Reference name="OpenSim.Region.CoreModules"/> | 3057 | <Reference name="OpenSim.Region.CoreModules"/> |
3058 | <Reference name="OpenSim.Region.OptionalModules"/> | 3058 | <Reference name="OpenSim.Region.OptionalModules"/> |
3059 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3059 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
3060 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 3060 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3061 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 3061 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3062 | <Reference name="OpenSim.Services.Interfaces"/> | 3062 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3136,7 +3136,7 @@ | |||
3136 | <Reference name="OpenSim.Region.Framework"/> | 3136 | <Reference name="OpenSim.Region.Framework"/> |
3137 | <Reference name="OpenSim.Region.CoreModules"/> | 3137 | <Reference name="OpenSim.Region.CoreModules"/> |
3138 | <Reference name="OpenSim.Region.OptionalModules"/> | 3138 | <Reference name="OpenSim.Region.OptionalModules"/> |
3139 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3139 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
3140 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 3140 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3141 | <Reference name="OpenSim.Services.AvatarService"/> | 3141 | <Reference name="OpenSim.Services.AvatarService"/> |
3142 | <Reference name="OpenSim.Services.Interfaces"/> | 3142 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3204,7 +3204,7 @@ | |||
3204 | <Reference name="OpenSim.Region.Framework"/> | 3204 | <Reference name="OpenSim.Region.Framework"/> |
3205 | <Reference name="OpenSim.Region.CoreModules"/> | 3205 | <Reference name="OpenSim.Region.CoreModules"/> |
3206 | <Reference name="OpenSim.Region.OptionalModules"/> | 3206 | <Reference name="OpenSim.Region.OptionalModules"/> |
3207 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3207 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
3208 | <Reference name="OpenSim.Services.Interfaces"/> | 3208 | <Reference name="OpenSim.Services.Interfaces"/> |
3209 | 3209 | ||
3210 | <!-- Unit tests --> | 3210 | <!-- Unit tests --> |
@@ -3369,7 +3369,7 @@ | |||
3369 | TODO: this is kind of lame, we basically build a duplicate | 3369 | TODO: this is kind of lame, we basically build a duplicate |
3370 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3370 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3371 | --> | 3371 | --> |
3372 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3372 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3373 | <Configuration name="Debug"> | 3373 | <Configuration name="Debug"> |
3374 | <Options> | 3374 | <Options> |
3375 | <OutputPath>../../../../../bin/</OutputPath> | 3375 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3388,8 +3388,8 @@ | |||
3388 | <Reference name="Nini" path="../../../../../bin/"/> | 3388 | <Reference name="Nini" path="../../../../../bin/"/> |
3389 | <Reference name="OpenSim.Framework"/> | 3389 | <Reference name="OpenSim.Framework"/> |
3390 | <Reference name="OpenSim.Framework.Console"/> | 3390 | <Reference name="OpenSim.Framework.Console"/> |
3391 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3391 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
3392 | <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/> | 3392 | <Reference name="OpenSim.Region.PhysicsModule.Ode" path="../../../../../bin/Physics/"/> |
3393 | <Reference name="OpenSim.Tests.Common"/> | 3393 | <Reference name="OpenSim.Tests.Common"/> |
3394 | <Reference name="Ode.NET" path="../../../../../bin/"/> | 3394 | <Reference name="Ode.NET" path="../../../../../bin/"/> |
3395 | <Reference name="nunit.framework" path="../../../../../bin/"/> | 3395 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
@@ -3400,7 +3400,7 @@ | |||
3400 | </Files> | 3400 | </Files> |
3401 | </Project> | 3401 | </Project> |
3402 | 3402 | ||
3403 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> | 3403 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3404 | <Configuration name="Debug"> | 3404 | <Configuration name="Debug"> |
3405 | <Options> | 3405 | <Options> |
3406 | <OutputPath>../../../../../bin/</OutputPath> | 3406 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3424,9 +3424,9 @@ | |||
3424 | <Reference name="OpenSim.Framework"/> | 3424 | <Reference name="OpenSim.Framework"/> |
3425 | <Reference name="OpenSim.Tests.Common"/> | 3425 | <Reference name="OpenSim.Tests.Common"/> |
3426 | <Reference name="OpenSim.Region.CoreModules"/> | 3426 | <Reference name="OpenSim.Region.CoreModules"/> |
3427 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../../bin/Physics/"/> | 3427 | <Reference name="OpenSim.Region.PhysicsModule.Meshing" path="../../../../../bin/Physics/"/> |
3428 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3428 | <Reference name="OpenSim.Region.PhysicsModule.SharedBase"/> |
3429 | <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/> | 3429 | <Reference name="OpenSim.Region.PhysicsModule.BulletS" path="../../../../../bin/Physics/"/> |
3430 | 3430 | ||
3431 | <Files> | 3431 | <Files> |
3432 | <Match pattern="*.cs" recurse="false"/> | 3432 | <Match pattern="*.cs" recurse="false"/> |