aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712009-02-25 16:29:43 +0000
committerlbsa712009-02-25 16:29:43 +0000
commit309eaf47357354e0b303520d399f6fdca90eae40 (patch)
tree90b3d7e921c0cc9077c56e266737e0a789988361 /prebuild.xml
parentFrom: Alan Webb <awebb@linux.vnet.ibm.com> (diff)
downloadopensim-SC_OLD-309eaf47357354e0b303520d399f6fdca90eae40.zip
opensim-SC_OLD-309eaf47357354e0b303520d399f6fdca90eae40.tar.gz
opensim-SC_OLD-309eaf47357354e0b303520d399f6fdca90eae40.tar.bz2
opensim-SC_OLD-309eaf47357354e0b303520d399f6fdca90eae40.tar.xz
* Applied a patch that: Added prim parameters support to MXP client
* Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan!
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 6fad329..8b388e4 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1662,7 +1662,8 @@
1662 <Reference name="OpenSim.Region.Framework"/> 1662 <Reference name="OpenSim.Region.Framework"/>
1663 <Reference name="Nini.dll" /> 1663 <Reference name="Nini.dll" />
1664 <Reference name="log4net.dll"/> 1664 <Reference name="log4net.dll"/>
1665 <Reference name="MXP.dll"/> 1665 <Reference name="protobuf-net"/>
1666 <Reference name="MXP.dll"/>
1666 <Files> 1667 <Files>
1667 <Match pattern="*.cs" recurse="true"/> 1668 <Match pattern="*.cs" recurse="true"/>
1668 </Files> 1669 </Files>