aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-15 11:11:03 +0000
committerJustin Clarke Casey2008-02-15 11:11:03 +0000
commit57cfd5e8d1f3a745984db569b28137df5d001310 (patch)
tree3a9f26accb0b1f816836654ea8654e818535da45 /prebuild.xml
parentMoved LaunchSLClient prebuild.xml into main prebuild.xml (diff)
downloadopensim-SC_OLD-57cfd5e8d1f3a745984db569b28137df5d001310.zip
opensim-SC_OLD-57cfd5e8d1f3a745984db569b28137df5d001310.tar.gz
opensim-SC_OLD-57cfd5e8d1f3a745984db569b28137df5d001310.tar.bz2
opensim-SC_OLD-57cfd5e8d1f3a745984db569b28137df5d001310.tar.xz
* Two (combined) patches from Dr Schofield (dirk husemann). Ta very much :)
* Patch 1 stops OpenSim.32BitLaunch.exe and ScriptEngines/Default.lsl being deleted on nant clean * Patch 2 resolves a building problem with pCampBot * This will require a prebuild rerun
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e7c51f9..9b1a771 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1496,8 +1496,8 @@
1496 <ReferencePath>../../../bin/</ReferencePath> 1496 <ReferencePath>../../../bin/</ReferencePath>
1497 <Reference name="System" localCopy="false"/> 1497 <Reference name="System" localCopy="false"/>
1498 <Reference name="libsecondlife.dll"/> 1498 <Reference name="libsecondlife.dll"/>
1499 <Reference name="OpenSim.Framework.dll"/> 1499 <Reference name="OpenSim.Framework"/>
1500 <Reference name="OpenSim.Framework.Console.dll"/> 1500 <Reference name="OpenSim.Framework.Console"/>
1501 <Reference name="Nini.dll" /> 1501 <Reference name="Nini.dll" />
1502 <Reference name="log4net"/> 1502 <Reference name="log4net"/>
1503 1503