aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTeravus Ovares2009-03-27 22:13:09 +0000
committerTeravus Ovares2009-03-27 22:13:09 +0000
commit52c482a7a7b297715cbcd7460edb1ad07d7a06c6 (patch)
tree67fbfb7d080f5c6d5575c1be39d8c92a46ab6360 /prebuild.xml
parent* refactor: call some EventManager triggers directly rather than through scene (diff)
downloadopensim-SC_OLD-52c482a7a7b297715cbcd7460edb1ad07d7a06c6.zip
opensim-SC_OLD-52c482a7a7b297715cbcd7460edb1ad07d7a06c6.tar.gz
opensim-SC_OLD-52c482a7a7b297715cbcd7460edb1ad07d7a06c6.tar.bz2
opensim-SC_OLD-52c482a7a7b297715cbcd7460edb1ad07d7a06c6.tar.xz
* This updates LibOMV to the current release 0.6.0 on March 19 2009
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
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 9f64159..51f7cfa 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -333,7 +333,7 @@
333 <Reference name="OpenMetaverseTypes.dll"/> 333 <Reference name="OpenMetaverseTypes.dll"/>
334 <Reference name="XMLRPC.dll"/> 334 <Reference name="XMLRPC.dll"/>
335 <Reference name="log4net.dll"/> 335 <Reference name="log4net.dll"/>
336 <Reference name="HttpServer.dll"/> 336 <Reference name="HttpServer_OpenSim.dll"/>
337 337
338 <Files> 338 <Files>
339 <Match pattern="*.cs" recurse="true"> 339 <Match pattern="*.cs" recurse="true">
@@ -2912,7 +2912,7 @@
2912 <Reference name="OpenSim.Framework"/> 2912 <Reference name="OpenSim.Framework"/>
2913 <Reference name="OpenSim.Framework.Servers"/> 2913 <Reference name="OpenSim.Framework.Servers"/>
2914 <Reference name="log4net.dll"/> 2914 <Reference name="log4net.dll"/>
2915 <Reference name="HttpServer.dll"/> 2915 <Reference name="HttpServer_OpenSim.dll"/>
2916 <Reference name="nunit.framework.dll" /> 2916 <Reference name="nunit.framework.dll" />
2917 2917
2918 <Files> 2918 <Files>