diff options
author | lbsa71 | 2009-06-05 06:22:42 +0000 |
---|---|---|
committer | lbsa71 | 2009-06-05 06:22:42 +0000 |
commit | 7431b9a3f9ba8c12f649357a8288298797555769 (patch) | |
tree | 383e2fd1ca9512060fb70450e9f0e15fea6be866 | |
parent | * Restructured Scenes Tests to follow (what I conceive of as being) current d... (diff) | |
download | opensim-SC_OLD-7431b9a3f9ba8c12f649357a8288298797555769.zip opensim-SC_OLD-7431b9a3f9ba8c12f649357a8288298797555769.tar.gz opensim-SC_OLD-7431b9a3f9ba8c12f649357a8288298797555769.tar.bz2 opensim-SC_OLD-7431b9a3f9ba8c12f649357a8288298797555769.tar.xz |
* Restructured Scenes Tests to follow (what I conceive of as being) current directory standards. (pt 2 - thank you, svn. not.)
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml index 94d5cdc..25a49d5 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" type="Library"> | 3596 | <Project name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework/Tests" 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 path="Scenes/Tests" pattern="*.cs" recurse="false" /> | 3648 | <Match pattern="*.cs" recurse="true" /> |
3649 | </Files> | 3649 | </Files> |
3650 | </Project> | 3650 | </Project> |
3651 | 3651 | ||