aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bd75843..abf83d4 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -125,7 +125,7 @@
125 </Files> 125 </Files>
126 </Project> 126 </Project>
127 127
128 <Project name="OpenSim.Tests.Framework" path="OpenSim/Tests/Framework" type="Library"> 128 <Project name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
129 <Configuration name="Debug"> 129 <Configuration name="Debug">
130 <Options> 130 <Options>
131 <OutputPath>../../../bin/</OutputPath> 131 <OutputPath>../../../bin/</OutputPath>
@@ -1496,7 +1496,7 @@
1496 </Files> 1496 </Files>
1497 </Project> 1497 </Project>
1498 1498
1499 <Project name="OpenSim.Tests.Region.ScriptEngine.Shared" path="OpenSim/Tests/Region/ScriptEngine/Shared" type="Library"> 1499 <Project name="OpenSim.Region.ScriptEngine.Shared.Tests" path="OpenSim/Region/ScriptEngine/Shared/Tests" type="Library">
1500 <Configuration name="Debug"> 1500 <Configuration name="Debug">
1501 <Options> 1501 <Options>
1502 <OutputPath>../../../../../bin/</OutputPath> 1502 <OutputPath>../../../../../bin/</OutputPath>
@@ -1651,11 +1651,13 @@
1651 <Reference name="Tools.dll"/> 1651 <Reference name="Tools.dll"/>
1652 1652
1653 <Files> 1653 <Files>
1654 <Match pattern="*.cs" recurse="true"/> 1654 <Match pattern="*.cs" recurse="true">
1655 <Exclude name="Tests" pattern="Tests" />
1656 </Match>
1655 </Files> 1657 </Files>
1656 </Project> 1658 </Project>
1657 1659
1658 <Project name="OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Tests/Region/ScriptEngine/Shared/CodeTools" type="Library"> 1660 <Project name="OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests" path="OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests" type="Library">
1659 <Configuration name="Debug"> 1661 <Configuration name="Debug">
1660 <Options> 1662 <Options>
1661 <OutputPath>../../../../../../bin/</OutputPath> 1663 <OutputPath>../../../../../../bin/</OutputPath>
@@ -1974,11 +1976,13 @@
1974 <Reference name="log4net.dll"/> 1976 <Reference name="log4net.dll"/>
1975 1977
1976 <Files> 1978 <Files>
1977 <Match pattern="*.cs" recurse="true"/> 1979 <Match pattern="*.cs" recurse="true" >
1980 <Exclude name="Tests" pattern="Tests" />
1981 </Match>
1978 </Files> 1982 </Files>
1979 </Project> 1983 </Project>
1980 1984
1981 <Project name="OpenSim.Tests.Region.ScriptEngine.Common" path="OpenSim/Tests/Region/ScriptEngine/Common" type="Library"> 1985 <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Region/ScriptEngine/Common/Tests" type="Library">
1982 <Configuration name="Debug"> 1986 <Configuration name="Debug">
1983 <Options> 1987 <Options>
1984 <OutputPath>../../../../../bin/</OutputPath> 1988 <OutputPath>../../../../../bin/</OutputPath>