aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMike Mazur2008-07-28 02:36:18 +0000
committerMike Mazur2008-07-28 02:36:18 +0000
commit82fa53a486b16687131a0f85ba02b579b5456f3a (patch)
tree838c216f27f69af1428abbd26c3b0c7fdd984642 /prebuild.xml
parentRefresh LSLTypes.cs in Shared/ from the one in Common/, which was (diff)
downloadopensim-SC_OLD-82fa53a486b16687131a0f85ba02b579b5456f3a.zip
opensim-SC_OLD-82fa53a486b16687131a0f85ba02b579b5456f3a.tar.gz
opensim-SC_OLD-82fa53a486b16687131a0f85ba02b579b5456f3a.tar.bz2
opensim-SC_OLD-82fa53a486b16687131a0f85ba02b579b5456f3a.tar.xz
-copy LSL_Types tests from Common/ to Shared/
-fix some whitespace/formatting
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c98fd17..9441256 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1487,6 +1487,28 @@
1487 </Files> 1487 </Files>
1488 </Project> 1488 </Project>
1489 1489
1490 <Project name="OpenSim.Region.ScriptEngine.Shared.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared" type="Library">
1491 <Configuration name="Debug">
1492 <Options>
1493 <OutputPath>../../../../../../bin/</OutputPath>
1494 </Options>
1495 </Configuration>
1496 <Configuration name="Release">
1497 <Options>
1498 <OutputPath>../../../../../../bin/</OutputPath>
1499 </Options>
1500 </Configuration>
1501
1502 <ReferencePath>../../../../../../bin/</ReferencePath>
1503 <Reference name="System" localCopy="false"/>
1504 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
1505 <Reference name="OpenSim.Tests.Common"/>
1506 <Reference name="nunit.framework.dll" />
1507 <Files>
1508 <Match pattern="*.cs" recurse="false"/>
1509 </Files>
1510 </Project>
1511
1490 <Project name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 1512 <Project name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
1491 <Configuration name="Debug"> 1513 <Configuration name="Debug">
1492 <Options> 1514 <Options>