diff options
author | Melanie | 2013-07-18 10:08:10 +0100 |
---|---|---|
committer | Melanie | 2013-07-18 10:08:10 +0100 |
commit | 7830cc995471120892a24a39e86283774fa07c4c (patch) | |
tree | d3f46b4f3ce95bb8572511c6f12c9f8ca86922c8 /prebuild.xml | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Document obscure Groups config related to the user level required for creatin... (diff) | |
download | opensim-SC-7830cc995471120892a24a39e86283774fa07c4c.zip opensim-SC-7830cc995471120892a24a39e86283774fa07c4c.tar.gz opensim-SC-7830cc995471120892a24a39e86283774fa07c4c.tar.bz2 opensim-SC-7830cc995471120892a24a39e86283774fa07c4c.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs
OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs
OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs
OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs
OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs
OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
OpenSim/Services/HypergridService/UserAgentService.cs
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fc49fdf..d536539 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2756,6 +2756,33 @@ | |||
2756 | </Project> | 2756 | </Project> |
2757 | 2757 | ||
2758 | <!-- Test Clients --> | 2758 | <!-- Test Clients --> |
2759 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | ||
2760 | <Configuration name="Debug"> | ||
2761 | <Options> | ||
2762 | <OutputPath>../../../../bin/</OutputPath> | ||
2763 | </Options> | ||
2764 | </Configuration> | ||
2765 | <Configuration name="Release"> | ||
2766 | <Options> | ||
2767 | <OutputPath>../../../../bin/</OutputPath> | ||
2768 | </Options> | ||
2769 | </Configuration> | ||
2770 | |||
2771 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2772 | <Reference name="System"/> | ||
2773 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2774 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2775 | <Reference name="OpenSim.Framework"/> | ||
2776 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2777 | <Reference name="OpenSim.Services.Connectors"/> | ||
2778 | <Reference name="Nini" path="../../../../bin/"/> | ||
2779 | <Reference name="log4net" path="../../../../bin/"/> | ||
2780 | |||
2781 | <Files> | ||
2782 | <Match pattern="*.cs" recurse="true"/> | ||
2783 | </Files> | ||
2784 | </Project> | ||
2785 | |||
2759 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2786 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2760 | <Configuration name="Debug"> | 2787 | <Configuration name="Debug"> |
2761 | <Options> | 2788 | <Options> |
@@ -3227,6 +3254,7 @@ | |||
3227 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> | 3254 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> |
3228 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 3255 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
3229 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> | 3256 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> |
3257 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/> | ||
3230 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> | 3258 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> |
3231 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3259 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |
3232 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> | 3260 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> |
@@ -3322,6 +3350,7 @@ | |||
3322 | <Reference name="System.Runtime.Remoting"/> | 3350 | <Reference name="System.Runtime.Remoting"/> |
3323 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 3351 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
3324 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 3352 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
3353 | <Reference name="OpenSim.Capabilities"/> | ||
3325 | <Reference name="OpenSim.Data"/> | 3354 | <Reference name="OpenSim.Data"/> |
3326 | <Reference name="OpenSim.Framework"/> | 3355 | <Reference name="OpenSim.Framework"/> |
3327 | <Reference name="OpenSim.Framework.Communications"/> | 3356 | <Reference name="OpenSim.Framework.Communications"/> |