diff options
author | Diva Canto | 2011-05-01 09:08:18 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-01 09:08:18 -0700 |
commit | 6b2b036387784a74cf88f35715219071ee8718d2 (patch) | |
tree | 9af9dbbe4bbc37b93f4c3d8e59aef69b59ad94ec /prebuild.xml | |
parent | Nope, that didn't feel right. Moving all those modules to Linden space. (diff) | |
download | opensim-SC_OLD-6b2b036387784a74cf88f35715219071ee8718d2.zip opensim-SC_OLD-6b2b036387784a74cf88f35715219071ee8718d2.tar.gz opensim-SC_OLD-6b2b036387784a74cf88f35715219071ee8718d2.tar.bz2 opensim-SC_OLD-6b2b036387784a74cf88f35715219071ee8718d2.tar.xz |
Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6a0b07a..4fa48d1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -687,7 +687,7 @@ | |||
687 | <Reference name="log4net" path="../../../bin/"/> | 687 | <Reference name="log4net" path="../../../bin/"/> |
688 | 688 | ||
689 | <Files> | 689 | <Files> |
690 | <Match pattern="*.cs" recurse="true"> | 690 | <Match pattern="*.cs" recurse="false"> |
691 | <Exclude name="Tests" pattern="Tests"/> | 691 | <Exclude name="Tests" pattern="Tests"/> |
692 | </Match> | 692 | </Match> |
693 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 693 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1268,7 +1268,6 @@ | |||
1268 | </Files> | 1268 | </Files> |
1269 | </Project> | 1269 | </Project> |
1270 | 1270 | ||
1271 | |||
1272 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1271 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1273 | <Configuration name="Debug"> | 1272 | <Configuration name="Debug"> |
1274 | <Options> | 1273 | <Options> |
@@ -1306,6 +1305,47 @@ | |||
1306 | </Files> | 1305 | </Files> |
1307 | </Project> | 1306 | </Project> |
1308 | 1307 | ||
1308 | |||
1309 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | ||
1310 | <Configuration name="Debug"> | ||
1311 | <Options> | ||
1312 | <OutputPath>../../../bin/</OutputPath> | ||
1313 | </Options> | ||
1314 | </Configuration> | ||
1315 | <Configuration name="Release"> | ||
1316 | <Options> | ||
1317 | <OutputPath>../../../bin/</OutputPath> | ||
1318 | </Options> | ||
1319 | </Configuration> | ||
1320 | |||
1321 | <ReferencePath>../../../bin/</ReferencePath> | ||
1322 | <Reference name="System"/> | ||
1323 | <Reference name="System.Drawing"/> | ||
1324 | <Reference name="System.Xml"/> | ||
1325 | <Reference name="System.Web"/> | ||
1326 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1327 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1328 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1329 | <Reference name="OpenSim.Capabilities"/> | ||
1330 | <Reference name="OpenSim.Framework"/> | ||
1331 | <Reference name="OpenSim.Framework.Console"/> | ||
1332 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1333 | <Reference name="OpenSim.Server.Base"/> | ||
1334 | <Reference name="OpenSim.Server.Handlers"/> | ||
1335 | <Reference name="OpenSim.Services.Base"/> | ||
1336 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1337 | <Reference name="Nini" path="../../../bin/"/> | ||
1338 | <Reference name="log4net" path="../../../bin/"/> | ||
1339 | <Reference name="DotNetOpenId" path="../../../bin/"/> | ||
1340 | |||
1341 | <Files> | ||
1342 | <Match pattern="*.cs" recurse="true"> | ||
1343 | <Exclude pattern="Tests"/> | ||
1344 | </Match> | ||
1345 | </Files> | ||
1346 | </Project> | ||
1347 | |||
1348 | |||
1309 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> | 1349 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> |
1310 | <Configuration name="Debug"> | 1350 | <Configuration name="Debug"> |
1311 | <Options> | 1351 | <Options> |
@@ -1532,6 +1572,7 @@ | |||
1532 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | 1572 | <Reference name="OpenMetaverse" path="../../../../bin/"/> |
1533 | <Reference name="OpenSim.Region.Framework"/> | 1573 | <Reference name="OpenSim.Region.Framework"/> |
1534 | <Reference name="OpenSim.Capabilities"/> | 1574 | <Reference name="OpenSim.Capabilities"/> |
1575 | <Reference name="OpenSim.Capabilities.Handlers"/> | ||
1535 | <Reference name="OpenSim.Framework"/> | 1576 | <Reference name="OpenSim.Framework"/> |
1536 | <Reference name="OpenSim.Data"/> | 1577 | <Reference name="OpenSim.Data"/> |
1537 | <Reference name="OpenSim.Framework.Servers"/> | 1578 | <Reference name="OpenSim.Framework.Servers"/> |
@@ -2355,7 +2396,6 @@ | |||
2355 | <Reference name="OpenSim.Region.CoreModules"/> | 2396 | <Reference name="OpenSim.Region.CoreModules"/> |
2356 | <Reference name="OpenSim.Framework.Console"/> | 2397 | <Reference name="OpenSim.Framework.Console"/> |
2357 | <Reference name="OpenSim.Framework.Servers"/> | 2398 | <Reference name="OpenSim.Framework.Servers"/> |
2358 | <Reference name="OpenSim.Capabilities"/> | ||
2359 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2399 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2360 | <Reference name="OpenSim.Framework.Statistics"/> | 2400 | <Reference name="OpenSim.Framework.Statistics"/> |
2361 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2401 | <Reference name="OpenSim.Region.Physics.Manager"/> |