aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712009-06-07 08:51:10 +0000
committerlbsa712009-06-07 08:51:10 +0000
commita3c91de17d833ab003c91decf4f293ad0cb39786 (patch)
treef18bab762296191eae2ae6e88283b36222553b4c /prebuild.xml
parent* Reverting the test restructuring as, on second thought, this is not at all ... (diff)
downloadopensim-SC_OLD-a3c91de17d833ab003c91decf4f293ad0cb39786.zip
opensim-SC_OLD-a3c91de17d833ab003c91decf4f293ad0cb39786.tar.gz
opensim-SC_OLD-a3c91de17d833ab003c91decf4f293ad0cb39786.tar.bz2
opensim-SC_OLD-a3c91de17d833ab003c91decf4f293ad0cb39786.tar.xz
* Reverting the test restructuring as, on second thought, this is not at all how the tests are structured.
(pt2)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 25a49d5..94d5cdc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3593,19 +3593,19 @@
3593 </Files> 3593 </Files>
3594 </Project> 3594 </Project>
3595 3595
3596 <Project name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework/Tests" type="Library"> 3596 <Project name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3597 <Configuration name="Debug"> 3597 <Configuration name="Debug">
3598 <Options> 3598 <Options>
3599 <OutputPath>../../../../bin/</OutputPath> 3599 <OutputPath>../../../bin/</OutputPath>
3600 </Options> 3600 </Options>
3601 </Configuration> 3601 </Configuration>
3602 <Configuration name="Release"> 3602 <Configuration name="Release">
3603 <Options> 3603 <Options>
3604 <OutputPath>../../../../bin/</OutputPath> 3604 <OutputPath>../../../bin/</OutputPath>
3605 </Options> 3605 </Options>
3606 </Configuration> 3606 </Configuration>
3607 3607
3608 <ReferencePath>../../../../bin/</ReferencePath> 3608 <ReferencePath>../../../bin/</ReferencePath>
3609 <Reference name="System"/> 3609 <Reference name="System"/>
3610 <Reference name="System.Xml"/> 3610 <Reference name="System.Xml"/>
3611 <Reference name="System.Drawing"/> 3611 <Reference name="System.Drawing"/>
@@ -3645,7 +3645,7 @@
3645 --> 3645 -->
3646 <Files> 3646 <Files>
3647 <!-- SADLY the way this works means you need to keep adding these paths --> 3647 <!-- SADLY the way this works means you need to keep adding these paths -->
3648 <Match pattern="*.cs" recurse="true" /> 3648 <Match path="Scenes/Tests" pattern="*.cs" recurse="false" />
3649 </Files> 3649 </Files>
3650 </Project> 3650 </Project>
3651 3651