aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-03-11 18:06:25 +0000
committerSean Dague2008-03-11 18:06:25 +0000
commitfa79433d2eafbb11b5ca737fde8939c7b592e557 (patch)
tree4119540c78c674021b86338b4c6f261658889ca4 /prebuild.xml
parent* Very minor error message change in GridAssetClient (diff)
downloadopensim-SC_OLD-fa79433d2eafbb11b5ca737fde8939c7b592e557.zip
opensim-SC_OLD-fa79433d2eafbb11b5ca737fde8939c7b592e557.tar.gz
opensim-SC_OLD-fa79433d2eafbb11b5ca737fde8939c7b592e557.tar.bz2
opensim-SC_OLD-fa79433d2eafbb11b5ca737fde8939c7b592e557.tar.xz
clone off pCampBot to OpenSim.TestSuite, as I'm going to be
making enough breaking changes that I'd rather not mess up people currently using pCampBot effectively.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 081ac95..dea75dc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1572,6 +1572,34 @@
1572 </Files> 1572 </Files>
1573 </Project> 1573 </Project>
1574 1574
1575<!-- Test Suite -->
1576 <Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
1577 <Configuration name="Debug">
1578 <Options>
1579 <OutputPath>../../bin/</OutputPath>
1580 </Options>
1581 </Configuration>
1582 <Configuration name="Release">
1583 <Options>
1584 <OutputPath>../../bin/</OutputPath>
1585 </Options>
1586 </Configuration>
1587
1588 <ReferencePath>../../bin/</ReferencePath>
1589 <Reference name="System" localCopy="false"/>
1590 <Reference name="libsecondlife.dll"/>
1591 <Reference name="OpenSim.Framework"/>
1592 <Reference name="OpenSim.Framework.Console"/>
1593 <Reference name="Nini.dll" />
1594 <Reference name="log4net"/>
1595
1596 <Files>
1597 <Match pattern="*.cs" recurse="true"/>
1598 </Files>
1599 </Project>
1600
1601
1602
1575 </Solution> 1603 </Solution>
1576 1604
1577 <!-- Prebuild tool --> 1605 <!-- Prebuild tool -->