[open-ils-commits] r8873 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 5 23:43:57 EST 2008


Author: dbs
Date: 2008-03-05 23:11:30 -0500 (Wed, 05 Mar 2008)
New Revision: 8873

Modified:
   trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
Remove extraneous <domains> element; otherwise gateway is b0rk3n


Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example	2008-03-06 02:38:03 UTC (rev 8872)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example	2008-03-06 04:11:30 UTC (rev 8873)
@@ -65,9 +65,7 @@
     <router_name>router</router_name>
 
     <!-- jabber domains to connect to (domain1, domain2, ...) -->
-    <domains>
-      <domain>localhost</domain>
-    </domains>
+    <domain>localhost</domain>
 
     <!-- These are the services that the gateway will serve. 
     Any other requests will receive an HTTP_NOT_FOUND (404) 



More information about the open-ils-commits mailing list