diff options
author | Mike Mazur | 2009-01-28 01:59:07 +0000 |
---|---|---|
committer | Mike Mazur | 2009-01-28 01:59:07 +0000 |
commit | 8c859fa37df4e576692681b5e31e7886f7cdf7e0 (patch) | |
tree | af2b18e05d87d429aa9062c53724d2c1f2eb2066 | |
parent | Removing contents of ThirdParty/3Di. The load balancer can now be found (diff) | |
download | opensim-SC_OLD-8c859fa37df4e576692681b5e31e7886f7cdf7e0.zip opensim-SC_OLD-8c859fa37df4e576692681b5e31e7886f7cdf7e0.tar.gz opensim-SC_OLD-8c859fa37df4e576692681b5e31e7886f7cdf7e0.tar.bz2 opensim-SC_OLD-8c859fa37df4e576692681b5e31e7886f7cdf7e0.tar.xz |
Removing ThirdParty/3Di from prebuild.xml.
-rw-r--r-- | prebuild.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/prebuild.xml b/prebuild.xml index d271ef1..2e15586 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2351,74 +2351,6 @@ | |||
2351 | </Files> | 2351 | </Files> |
2352 | </Project> | 2352 | </Project> |
2353 | 2353 | ||
2354 | <Project name="OpenSim.ApplicationPlugins.RegionProxy" path="ThirdParty/3Di/RegionProxy" type="Library"> | ||
2355 | <Configuration name="Debug"> | ||
2356 | <Options> | ||
2357 | <OutputPath>../../../bin/</OutputPath> | ||
2358 | </Options> | ||
2359 | </Configuration> | ||
2360 | <Configuration name="Release"> | ||
2361 | <Options> | ||
2362 | <OutputPath>../../../bin/</OutputPath> | ||
2363 | </Options> | ||
2364 | </Configuration> | ||
2365 | |||
2366 | <ReferencePath>../../../bin/</ReferencePath> | ||
2367 | <Reference name="log4net.dll" /> | ||
2368 | <Reference name="Mono.Addins.dll" /> | ||
2369 | <Reference name="System"/> | ||
2370 | <Reference name="System.Xml"/> | ||
2371 | <Reference name="XMLRPC.dll"/> | ||
2372 | <Reference name="Nini.dll" /> | ||
2373 | <Reference name="OpenSim"/> | ||
2374 | <Reference name="OpenSim.Framework"/> | ||
2375 | <Reference name="OpenSim.Data"/> | ||
2376 | <Reference name="OpenSim.Framework.Servers"/> | ||
2377 | <Reference name="OpenSim.Framework.Console"/> | ||
2378 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2379 | <Files> | ||
2380 | <Match pattern="*.cs" recurse="true"/> | ||
2381 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2382 | </Files> | ||
2383 | </Project> | ||
2384 | |||
2385 | <Project name="OpenSim.ApplicationPlugins.LoadBalancer" path="ThirdParty/3Di/LoadBalancer" type="Library"> | ||
2386 | <Configuration name="Debug"> | ||
2387 | <Options> | ||
2388 | <OutputPath>../../../bin/</OutputPath> | ||
2389 | </Options> | ||
2390 | </Configuration> | ||
2391 | <Configuration name="Release"> | ||
2392 | <Options> | ||
2393 | <OutputPath>../../../bin/</OutputPath> | ||
2394 | </Options> | ||
2395 | </Configuration> | ||
2396 | |||
2397 | <ReferencePath>../../../bin/</ReferencePath> | ||
2398 | <Reference name="log4net.dll" /> | ||
2399 | <Reference name="Mono.Addins.dll" /> | ||
2400 | <Reference name="System"/> | ||
2401 | <Reference name="System.Xml"/> | ||
2402 | <Reference name="XMLRPC.dll"/> | ||
2403 | <Reference name="Nini.dll" /> | ||
2404 | <Reference name="OpenSim"/> | ||
2405 | <Reference name="OpenSim.Framework"/> | ||
2406 | <Reference name="OpenSim.Data"/> | ||
2407 | <Reference name="OpenSim.Framework.Servers"/> | ||
2408 | <Reference name="OpenSim.Framework.Statistics"/> | ||
2409 | <Reference name="OpenSim.Framework.Console"/> | ||
2410 | <Reference name="OpenSim.Region.Environment"/> | ||
2411 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2412 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | ||
2413 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
2414 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2415 | <Reference name="OpenMetaverse.dll"/> | ||
2416 | <Files> | ||
2417 | <Match pattern="*.cs" recurse="true"/> | ||
2418 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2419 | </Files> | ||
2420 | </Project> | ||
2421 | |||
2422 | <!-- Test Suite --> | 2354 | <!-- Test Suite --> |
2423 | <Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> | 2355 | <Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> |
2424 | <Configuration name="Debug"> | 2356 | <Configuration name="Debug"> |