aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-27 18:27:11 +0000
committerlbsa712007-03-27 18:27:11 +0000
commit893a1824d075a6edfd40ac1ef2a7e4fc2fec968c (patch)
tree0bf4a03dd6635be9691c3cc114a4229ac2db5a12 /prebuild.xml
parent* Prebuild breaks nant build if project is empty. Quick fix : add dummy file (diff)
downloadopensim-SC_OLD-893a1824d075a6edfd40ac1ef2a7e4fc2fec968c.zip
opensim-SC_OLD-893a1824d075a6edfd40ac1ef2a7e4fc2fec968c.tar.gz
opensim-SC_OLD-893a1824d075a6edfd40ac1ef2a7e4fc2fec968c.tar.bz2
opensim-SC_OLD-893a1824d075a6edfd40ac1ef2a7e4fc2fec968c.tar.xz
* Introduced BaseHttpServer (doing nothing at the moment)
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d1030af..c594153 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -354,9 +354,10 @@
354 <Reference name="libsecondlife.dll"/> 354 <Reference name="libsecondlife.dll"/>
355 <Reference name="Axiom.MathLib.dll"/> 355 <Reference name="Axiom.MathLib.dll"/>
356 <Reference name="Db4objects.Db4o.dll"/> 356 <Reference name="Db4objects.Db4o.dll"/>
357 <Reference name="OpenSim.Framework"/>
357 <Reference name="OpenSim.Framework.Console"/> 358 <Reference name="OpenSim.Framework.Console"/>
358 <Reference name="OpenSim.Physics.Manager"/> 359 <Reference name="OpenSim.Physics.Manager"/>
359 <Reference name="OpenSim.Framework"/> 360 <Reference name="OpenSim.Servers"/>
360 361
361 <Files> 362 <Files>
362 <Match pattern="*.cs" recurse="true"/> 363 <Match pattern="*.cs" recurse="true"/>