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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 26 22:33:34 EST 2009


Author: dbs
Date: 2009-01-26 22:33:32 -0500 (Mon, 26 Jan 2009)
New Revision: 11992

Modified:
   trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
We need to expose vandelay and permacrud as public services.
Sort the list of public services so it's easy to skim through.


Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example	2009-01-27 03:28:14 UTC (rev 11991)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example	2009-01-27 03:33:32 UTC (rev 11992)
@@ -19,15 +19,17 @@
 
         <services>
           <service>opensrf.math</service>
+          <service>open-ils.actor</service>
+          <service>open-ils.auth</service>
           <service>open-ils.cat</service>
-          <service>open-ils.supercat</service>
-          <service>open-ils.search</service>
           <service>open-ils.circ</service>
-          <service>open-ils.actor</service>
-          <service>open-ils.auth</service>
+          <service>open-ils.collections</service>
           <service>open-ils.fielder</service>
-          <service>open-ils.collections</service>
+          <service>open-ils.permacrud</service>
           <service>open-ils.reporter</service>
+          <service>open-ils.search</service>
+          <service>open-ils.supercat</service>
+          <service>open-ils.vandelay</service>
         </services>
       </router>
 



More information about the open-ils-commits mailing list