aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-19 16:52:27 -0700
committerJohn Hurliman2009-10-19 16:52:27 -0700
commitfdce1be3db287bed901332b90ba57165e201d3fc (patch)
tree8f0792e4c4ac4c14a50559f8439573740a7b3326 /prebuild.xml
parentMerge branch 'prioritization' of ssh://opensimulator.org/var/git/opensim into... (diff)
downloadopensim-SC_OLD-fdce1be3db287bed901332b90ba57165e201d3fc.zip
opensim-SC_OLD-fdce1be3db287bed901332b90ba57165e201d3fc.tar.gz
opensim-SC_OLD-fdce1be3db287bed901332b90ba57165e201d3fc.tar.bz2
opensim-SC_OLD-fdce1be3db287bed901332b90ba57165e201d3fc.tar.xz
* Removed OpenSim.Data.NHibernate
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml79
1 files changed, 0 insertions, 79 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1a491a7..e17da9a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2387,46 +2387,6 @@
2387 </Files> 2387 </Files>
2388 </Project> 2388 </Project>
2389 2389
2390 <Project frameworkVersion="v3_5" name="OpenSim.Data.NHibernate" path="OpenSim/Data/NHibernate" type="Library">
2391 <Configuration name="Debug">
2392 <Options>
2393 <OutputPath>../../../bin/</OutputPath>
2394 </Options>
2395 </Configuration>
2396 <Configuration name="Release">
2397 <Options>
2398 <OutputPath>../../../bin/</OutputPath>
2399 </Options>
2400 </Configuration>
2401
2402 <ReferencePath>../../../bin/</ReferencePath>
2403 <Reference name="System"/>
2404 <Reference name="System.Xml"/>
2405 <Reference name="System.Data"/>
2406 <Reference name="System.Drawing"/>
2407 <Reference name="OpenSim.Data"/>
2408 <Reference name="OpenSim.Framework"/>
2409 <Reference name="OpenSim.Framework.Console"/>
2410 <Reference name="OpenSim.Region.Framework"/>
2411 <Reference name="OpenMetaverseTypes.dll"/>
2412 <Reference name="OpenMetaverse.dll"/>
2413 <Reference name="NHibernate.dll"/>
2414 <Reference name="log4net.dll"/>
2415
2416 <Files>
2417 <Match pattern="*.cs" recurse="true" >
2418 <Exclude name="Tests" pattern="Tests" />
2419 </Match>
2420 <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
2421 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2422 <!-- add more as you go -->
2423 <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
2424 <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
2425 <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/>
2426 <Match path="Resources/PostgreSQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
2427 </Files>
2428 </Project>
2429
2430 <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 2390 <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
2431 <Configuration name="Debug"> 2391 <Configuration name="Debug">
2432 <Options> 2392 <Options>
@@ -3368,45 +3328,6 @@
3368 </Files> 3328 </Files>
3369 </Project> 3329 </Project>
3370 3330
3371 <Project frameworkVersion="v3_5" name="OpenSim.Data.NHibernate.Tests" path="OpenSim/Data/NHibernate/Tests" type="Library">
3372 <Configuration name="Debug">
3373 <Options>
3374 <OutputPath>../../../../bin/</OutputPath>
3375 </Options>
3376 </Configuration>
3377 <Configuration name="Release">
3378 <Options>
3379 <OutputPath>../../../../bin/</OutputPath>
3380 </Options>
3381 </Configuration>
3382
3383 <ReferencePath>../../../../bin/</ReferencePath>
3384 <Reference name="System"/>
3385 <Reference name="System.Xml"/>
3386 <Reference name="System.Data"/>
3387 <Reference name="System.Drawing"/>
3388 <Reference name="OpenSim.Framework"/>
3389 <Reference name="OpenSim.Data"/>
3390 <Reference name="OpenSim.Data.NHibernate"/>
3391 <Reference name="OpenSim.Data.Tests"/>
3392 <Reference name="OpenSim.Tests.Common"/>
3393 <Reference name="OpenSim.Framework.Console"/>
3394 <Reference name="OpenSim.Region.Framework"/>
3395 <Reference name="OpenMetaverseTypes.dll"/>
3396 <Reference name="OpenMetaverse.dll"/>
3397 <Reference name="MySql.Data.dll"/>
3398 <Reference name="Npgsql.dll"/>
3399 <Reference name="System.Data.SQLite.dll" />
3400 <Reference name="log4net.dll"/>
3401 <Reference name="nunit.framework.dll" />
3402 <Reference name="NHibernate.dll"/>
3403 <Reference name="Mono.Addins.dll" />
3404
3405 <Files>
3406 <Match pattern="*.cs" recurse="true"/>
3407 </Files>
3408 </Project>
3409
3410 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite.Tests" path="OpenSim/Data/SQLite/Tests" type="Library"> 3331 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite.Tests" path="OpenSim/Data/SQLite/Tests" type="Library">
3411 <Configuration name="Debug"> 3332 <Configuration name="Debug">
3412 <Options> 3333 <Options>