aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2014-05-23 16:19:43 -0700
committerDiva Canto2014-05-23 16:19:43 -0700
commit20f20895cf1444071d5edc42e11a1fb94b1b1079 (patch)
tree0c7547590a89eec47886e0a8646f86ebbf449e63 /prebuild.xml
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.zip
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.gz
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.bz2
opensim-SC_OLD-20f20895cf1444071d5edc42e11a1fb94b1b1079.tar.xz
Adds optional HTTP Basic Authentication to Robust service connectors.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9a419eb..c35b98e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -111,6 +111,7 @@
111 <Files> 111 <Files>
112 <Match pattern="*.cs" recurse="false"/> 112 <Match pattern="*.cs" recurse="false"/>
113 <Match path="Client" pattern="*.cs" recurse="true"/> 113 <Match path="Client" pattern="*.cs" recurse="true"/>
114 <Match path="ServiceAuth" pattern="*.cs" recurse="true"/>
114 </Files> 115 </Files>
115 </Project> 116 </Project>
116 117