[open-ils-commits] r11994 - branches/rel_1_4_0/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 26 22:39:02 EST 2009
Author: dbs
Date: 2009-01-26 22:39:00 -0500 (Mon, 26 Jan 2009)
New Revision: 11994
Modified:
branches/rel_1_4_0/Open-ILS/examples/opensrf_core.xml.example
Log:
Backport r11992 from trunk - expose vandelay and permacrud as public services
Modified: branches/rel_1_4_0/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- branches/rel_1_4_0/Open-ILS/examples/opensrf_core.xml.example 2009-01-27 03:38:26 UTC (rev 11993)
+++ branches/rel_1_4_0/Open-ILS/examples/opensrf_core.xml.example 2009-01-27 03:39:00 UTC (rev 11994)
@@ -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