aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-08-17 05:00:30 +0100
committerMelanie2009-08-17 05:00:30 +0100
commit002940dd5dc8a4b5fa23ea6d5183e00431dd48df (patch)
tree793c49a583cd9f59a7d42c01de017a557e0cac5d /prebuild.xml
parent* handle litjson errors for now. We'll remove this when we hear back from ... (diff)
downloadopensim-SC_OLD-002940dd5dc8a4b5fa23ea6d5183e00431dd48df.zip
opensim-SC_OLD-002940dd5dc8a4b5fa23ea6d5183e00431dd48df.tar.gz
opensim-SC_OLD-002940dd5dc8a4b5fa23ea6d5183e00431dd48df.tar.bz2
opensim-SC_OLD-002940dd5dc8a4b5fa23ea6d5183e00431dd48df.tar.xz
Filling in the blanks: The "meat" of the REST console
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a935731..922d108 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -105,9 +105,11 @@
105 105
106 <ReferencePath>../../../bin/</ReferencePath> 106 <ReferencePath>../../../bin/</ReferencePath>
107 <Reference name="System"/> 107 <Reference name="System"/>
108 <Reference name="System.Web"/>
108 <Reference name="log4net.dll"/> 109 <Reference name="log4net.dll"/>
109 <Reference name="Nini.dll"/> 110 <Reference name="Nini.dll"/>
110 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 111 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
112 <Reference name="OpenMetaverseTypes.dll"/>
111 <Files> 113 <Files>
112 <Match pattern="*.cs" recurse="true"/> 114 <Match pattern="*.cs" recurse="true"/>
113 </Files> 115 </Files>